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. -- Regards, Anatoly -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

