Changeset 1b0b48e0 in mainline for kernel/generic/src/printf/vsnprintf.c
- Timestamp:
- 2009-04-01T19:01:39Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- 06b785f
- Parents:
- f25b2819
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/printf/vsnprintf.c
rf25b2819 r1b0b48e0 78 78 79 79 if (left <= size) { 80 /* We have not enought space forwhole string80 /* We do not have enough space for the whole string 81 81 * with the trailing zero => print only a part 82 82 * of string
Note:
See TracChangeset
for help on using the changeset viewer.