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

(-)fetch.c (-1 / +1 lines)
Lines 296-302 Link Here
296
		return -1;
296
		return -1;
297
297
298
	for (i = 0; URL->pwd[i]; ++i)
298
	for (i = 0; URL->pwd[i]; ++i)
299
		if (isspace(URL->pwd[i]))
299
		if (isspace(URL->pwd[i]) && URL->pwd[i] != ' ')
300
			URL->pwd[i] = '\0';
300
			URL->pwd[i] = '\0';
301
	return 0;
301
	return 0;
302
}
302
}

Return to bug 68881