projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3433637
)
Update documentation to match code change.
author
Ken Hornstein
<kenh@pobox.com>
Thu, 15 Nov 2012 20:50:46 +0000
(15:50 -0500)
committer
Ken Hornstein
<kenh@pobox.com>
Thu, 15 Nov 2012 20:50:46 +0000
(15:50 -0500)
h/fmt_scan.h
patch
|
blob
|
history
diff --git
a/h/fmt_scan.h
b/h/fmt_scan.h
index
fcc87f7
..
7e21479
100644
(file)
--- a/
h/fmt_scan.h
+++ b/
h/fmt_scan.h
@@
-111,7
+111,8
@@
char *new_fs (char *form, char *format, char *default_fs);
* strings that you want to compile and operate on the
* same message, this should be set to false.
*
- * Returns the number of components referenced by the format instructions.
+ * Returns the total number of components referenced by all format instructions
+ * since the last reset of the hash table.
*/
int fmt_compile (char *fstring, struct format **fmt, int reset);