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

(-)misc.c (+1 lines)
Lines 171-176 strdelim(char **s) Link Here
171
			return (NULL);		/* no matching quote */
171
			return (NULL);		/* no matching quote */
172
		} else {
172
		} else {
173
			*s[0] = '\0';
173
			*s[0] = '\0';
174
			*s += strspn(*s + 1, WHITESPACE) + 1;
174
			return (old);
175
			return (old);
175
		}
176
		}
176
	}
177
	}

Return to bug 1757