[parted-devel] [PATCH] Remove a silly (and dangerous) function

Siavosh Benabbas sbenabas at gmail.com
Fri May 25 18:04:12 UTC 2007


Hi,
I am not sure if the following is important:
On 5/25/07, Jim Meyering <jim at meyering.net> wrote:
>
> -                               printf ("\n%s", spaces);
> +                               printf ("\n%*s", indent, " ");
>
This doesn't work if indent is zero (at least on my system). This would
work:
+                               printf ("\n%*s", indent, "");


Regards,
Siavosh Benabbas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.alioth.debian.org/pipermail/parted-devel/attachments/20070525/380416b3/attachment-0001.htm 


More information about the parted-devel mailing list