diff options
-rw-r--r-- | src/seq.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -181,7 +181,7 @@ valid_format (const char *fmt) static void print_numbers (const char *fmt) { - int i; + double i; for (i = 0; /* empty */; i++) { |
index : Erich/coreutils | ||
Unnamed repository; edit this file 'description' to name the repository. |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/seq.c | 2 |
@@ -181,7 +181,7 @@ valid_format (const char *fmt) static void print_numbers (const char *fmt) { - int i; + double i; for (i = 0; /* empty */; i++) { |