Changeset 1301 for libcaca/trunk
- Timestamp:
- Nov 8, 2006, 8:59:23 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cucul/buffer.c
r1249 r1301 35 35 * 36 36 * Keep in mind that buffers are not strings. When loading a C string, the 37 * terminating '\ 0' must not be part of the buffer, hence \e size should38 * be computed with strlen(). Conversely, the '\ 0' is not appended to37 * terminating '\\0' must not be part of the buffer, hence \e size should 38 * be computed with strlen(). Conversely, the '\\0' is not appended to 39 39 * exported buffers even when they could be parsed as strings. 40 40 *
Note: See TracChangeset
for help on using the changeset viewer.