On Wed, 2014-01-29 at 22:08 +0800, Anatoly A. Kazantsev wrote: > Hello Svante, > > On Wed, 29 Jan 2014 13:47:34 +0100 > Svante Signell <[email protected]> wrote: > > > - snprintf(namebuf, sizeof namebuf, "%s/%s", > > params["include-dir"].c_str(), ent->d_name); > > + len = st.st_size + 1 + strlen(ent->d_name) + 1; > > + namebuf = (char*)malloc(len); > > + snprintf(namebuf, len, "%s/%s", params["include-dir"].c_str(), > > ent->d_name); > > Here is mess of tab and spaces in indents.
Hi Anatoly, I saw that in the last minute. Already corrected! -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

