From 2e4f99b049133c801ca4feffddb86bbf33de3978 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Fri, 25 Apr 2014 06:18:58 +0200 Subject: [PATCH] src/ui/syntax-gen.c: Correct misleading comment --- src/ui/syntax-gen.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ui/syntax-gen.c b/src/ui/syntax-gen.c index dca3bd3c5b..50f884a3ff 100644 --- a/src/ui/syntax-gen.c +++ b/src/ui/syntax-gen.c @@ -301,9 +301,7 @@ syntax_gen_pspp_valist (struct string *output, const char *format, %d: Same as printf's %d. - %fp: The double argument is formatted precisely as a PSPP - number, as if with a call to syntax_gen_number with a - null FORMAT argument. + %f %g: Same as printf. %%: Literal %. -- 2.30.2