Hello Svante,

On Wed, 29 Jan 2014 13:47:34 +0100
Svante Signell <svante.sign...@gmail.com> 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 debian-hurd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20140129220822.406558cb4e214fc5ef842...@gnu.org

Reply via email to