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

Collapse All | Expand All

(-)a/src/sys/con_curses.c.ori (-1 / +1 lines)
Lines 537-543 Link Here
537
			{
537
			{
538
				continue;
538
				continue;
539
			}
539
			}
540
			Q_snprintf(text, sizeof(text), "\\%s", input_field.buffer + (input_field.buffer[0] == '\\' || input_field.buffer[0] == '/'));
540
			snprintf(text, sizeof(text), "\\%s", input_field.buffer + (input_field.buffer[0] == '\\' || input_field.buffer[0] == '/'));
541
			Hist_Add(text);
541
			Hist_Add(text);
542
			Field_Clear(&input_field);
542
			Field_Clear(&input_field);
543
			werase(inputwin);
543
			werase(inputwin);

Return to bug 530130