Changes in uspace/lib/fmtutil/fmtutil.c [28a5ebd:d1582b50] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fmtutil/fmtutil.c
r28a5ebd rd1582b50 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.