View | Details | Raw Unified | Return to bug 517 | Differences between
and this patch

Collapse All | Expand All

(-)sftp-int.c (+3 lines)
Lines 341-346 Link Here
341
		quot = *cp++;
341
		quot = *cp++;
342
342
343
		end = strchr(cp, quot);
343
		end = strchr(cp, quot);
344
		while (end != NULL && *(end-1) == '\\') 
345
			end = strchr(end+1, quot);
346
	
344
		if (end == NULL) {
347
		if (end == NULL) {
345
			error("Unterminated quote");
348
			error("Unterminated quote");
346
			goto fail;
349
			goto fail;

Return to bug 517