ecos/packages/language/c/libc/stdio/current Ch ...
[email protected] 19 Feb 2013 13:37:13 -0000
| Newsgroups | gmane.os.ecos.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs/ecos Module name: ecos Changes by: [email protected] 2013-02-19 13:37:13 Modified files: packages/language/c/libc/stdio/current: ChangeLog packages/language/c/libc/stdio/current/src/common: vsnprintf.cxx packages/language/c/libc/stdio/current/tests: sprintf2.c Log message: * src/common/vsnprintf.c: If string truncated (C99 case), apply the null termination in correct place. * tests/sprintf2.c: Fix checks for return values if C99 implementation snprintf() used.