diff options
Diffstat (limited to 'fpconv.c')
-rw-r--r-- | fpconv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ static void set_number_format(char *fmt, int precision) | |||
122 | } | 122 | } |
123 | fmt[i++] = '0' + d2; | 123 | fmt[i++] = '0' + d2; |
124 | fmt[i++] = 'g'; | 124 | fmt[i++] = 'g'; |
125 | fmt[i++] = 0; | 125 | fmt[i] = 0; |
126 | } | 126 | } |
127 | 127 | ||
128 | /* Assumes there is always at least 32 characters available in the target buffer */ | 128 | /* Assumes there is always at least 32 characters available in the target buffer */ |