Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 74480 | Differences between
and this patch

Collapse All | Expand All

(-)unrtf-0.19.3/convert.c.old (-1 / +1 lines)
Lines 341-347 Link Here
341
				while(w2) {
341
				while(w2) {
342
					tmp = word_string (w2);
342
					tmp = word_string (w2);
343
					if (tmp && tmp[0] != '\\')
343
					if (tmp && tmp[0] != '\\')
344
						strcat(name,tmp);
344
						strncat(name,tmp,sizeof(name) - strlen(name) - 1);
345
345
346
					w2=w2->next;
346
					w2=w2->next;
347
				}
347
				}

Return to bug 74480