diff options
Diffstat (limited to 'src/blind-to-text.c')
| -rw-r--r-- | src/blind-to-text.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/blind-to-text.c b/src/blind-to-text.c index e0c5f41..c8cf76e 100644 --- a/src/blind-to-text.c +++ b/src/blind-to-text.c @@ -16,8 +16,8 @@ USAGE("") (CAST)(((TYPE *)(stream->buf + i))[3]));\ } while (0) -static void process_xyza (struct stream *stream, size_t n) {PROCESS(double, double, "lf");} -static void process_xyzaf(struct stream *stream, size_t n) {PROCESS(float, double, "lf");} +static void process_xyza (struct stream *stream, size_t n) {PROCESS(double, double, ".25lf");} +static void process_xyzaf(struct stream *stream, size_t n) {PROCESS(float, double, ".25lf");} int main(int argc, char *argv[]) |
