Changes in uspace/lib/libc/generic/io/vsnprintf.c [1724745f:2595dab] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/io/vsnprintf.c
r1724745f r2595dab 100 100 } 101 101 102 /* Buffer is big enough to print the whole string */102 /* Buffer is big enought to print the whole string */ 103 103 memcpy((void *)(data->dst + data->len), (void *) str, size); 104 104 data->len += size;
Note:
See TracChangeset
for help on using the changeset viewer.