View | Details | Raw Unified | Return to bug 73020
Collapse All | Expand All

(-)/tmp/ports/a/Agena/usr/ports/comms/qpage/work/qpage-3.3/util.c (-1 / +1 lines)
Lines 537-543 Link Here
537
	** Now make sure we didn't chop a word in the middle.
537
	** Now make sure we didn't chop a word in the middle.
538
	*/
538
	*/
539
	if (*src && end) {
539
	if (*src && end) {
540
		*end++ = '\0';
540
		*++end = '\0';
541
		src = start;
541
		src = start;
542
	}
542
	}

Return to bug 73020