projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f85c91
)
Fix the comment fix.
author
Bruno Haible
<bruno@clisp.org>
Wed, 28 Jun 2006 16:22:49 +0000
(16:22 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Wed, 28 Jun 2006 16:22:49 +0000
(16:22 +0000)
lib/xvasprintf.h
patch
|
blob
|
history
diff --git
a/lib/xvasprintf.h
b/lib/xvasprintf.h
index 8777f1374a5b06206bbdadaa6ba1b20137c8e691..de55a9f0c866911d1f9df4af4703181f223b3aab 100644
(file)
--- a/
lib/xvasprintf.h
+++ b/
lib/xvasprintf.h
@@
-38,8
+38,8
@@
extern "C" {
#endif
-/* Write formatted output to a string dynamically allocated with malloc()
.
- Upon [ENOMEM] memory allocation error, call xalloc_die.
+/* Write formatted output to a string dynamically allocated with malloc()
,
+
and return it.
Upon [ENOMEM] memory allocation error, call xalloc_die.
On some other error
- [EOVERFLOW] resulting string length is > INT_MAX,
- [EINVAL] invalid format string,