Changes in uspace/lib/fmtutil/fmtutil.c [d1582b50:28a5ebd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fmtutil/fmtutil.c
rd1582b50 r28a5ebd 217 217 line_len = 0; 218 218 } 219 /* Check if we need to force wrap of long word 219 /* Check if we need to force wrap of long word*/ 220 220 if (pos - word_start > width) { 221 221 consumer(wstr + word_start, width, last, data);
Note:
See TracChangeset
for help on using the changeset viewer.