projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f5de6d
)
src/ui/syntax-gen.c: Correct misleading comment
author
John Darrington
<john@darrington.wattle.id.au>
Fri, 25 Apr 2014 04:18:58 +0000
(06:18 +0200)
committer
John Darrington
<john@darrington.wattle.id.au>
Fri, 25 Apr 2014 17:14:41 +0000
(19:14 +0200)
src/ui/syntax-gen.c
patch
|
blob
|
history
diff --git
a/src/ui/syntax-gen.c
b/src/ui/syntax-gen.c
index dca3bd3c5b3cb778dde442553cebd40c83c23152..50f884a3ff2dbba7b28b21f0253dba80a6865fb1 100644
(file)
--- 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 %.