Mercurial > hg > octave-kai > gnulib-hg
diff lib/xvasprintf.h @ 6880:4c57482eb676
Fix the comment fix.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Wed, 28 Jun 2006 16:22:49 +0000 |
parents | 68974d0e8a8d |
children | 4ec84f742938 |
line wrap: on
line diff
--- 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,