"Siavosh Benabbas" <[EMAIL PROTECTED]> writes:

>    Hi,
>    I am not sure if the following is important:
>
>    On 5/25/07, Jim Meyering <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]      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."

_______________________________________________
parted-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/parted-devel

Reply via email to