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, "");


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

Reply via email to