summaryrefslogtreecommitdiff
path: root/sexp.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2003-02-10 18:35:07 +0100
committerNiels Möller <nisse@lysator.liu.se>2003-02-10 18:35:07 +0100
commit2039f20afdd24a72e8b2b58e66196150855a8b4b (patch)
tree4a348ea086b473fa1391013dc505eb488e4a10c0 /sexp.h
parentdf200717941a79ff5a9bd566a19848dd73ee9022 (diff)
downloadnettle-2039f20afdd24a72e8b2b58e66196150855a8b4b.tar.gz
* sexp-format.c (sexp_vformat): Allow whitespace in format string.
Rev: src/nettle/sexp-format.c:1.7 Rev: src/nettle/sexp.h:1.13
Diffstat (limited to 'sexp.h')
-rw-r--r--sexp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sexp.h b/sexp.h
index 1849988b..21252796 100644
--- a/sexp.h
+++ b/sexp.h
@@ -135,7 +135,8 @@ struct nettle_buffer;
* buffer == NULL, just compute length.
*
* Format strings can contained matched parentheses, tokens ("foo" in
- * the format string is formatted as "3:foo"), and the following
+ * the format string is formatted as "3:foo"), whitespace (which
+ * separates tokens but is otherwise ignored) and the following
* formatting specifiers:
*
* %s String represented as unsigned length, const uint8_t *data.