[parted-devel] [PATCH] Remove a silly (and dangerous) function
Otavio Salvador
otavio at debian.org
Fri May 25 18:06:45 UTC 2007
"Siavosh Benabbas" <sbenabas at gmail.com> writes:
> 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, "");
Thank you! It has been already solve in
http://git.debian.org/?p=parted/parted.git;a=commit;h=0a5faac764f0a23ebcd3abbd5b65395253a1a24a
--
O T A V I O S A L V A D O R
---------------------------------------------
E-mail: otavio at debian.org UIN: 5906116
GNU/Linux User: 239058 GPG ID: 49A5F855
Home Page: http://otavio.ossystems.com.br
---------------------------------------------
"Microsoft sells you Windows ... Linux gives
you the whole house."
More information about the parted-devel
mailing list