From 8eeef5b13a0588318b1c5e9002163fb3f33fec1e Mon Sep 17 00:00:00 2001 From: Ken Hornstein Date: Thu, 15 Nov 2012 15:50:46 -0500 Subject: [PATCH] Update documentation to match code change. --- h/fmt_scan.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/h/fmt_scan.h b/h/fmt_scan.h index fcc87f7..7e21479 100644 --- 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); -- 1.7.10.4