Commit dff78edb authored by Bill Medland's avatar Bill Medland Committed by Alexandre Julliard

Remove leading whitespace from printcap entries.

parent fc37ef61
......@@ -175,6 +175,7 @@ PRINTCAP_ParseEntry(char *pent,BOOL isfirst) {
BOOL isps = FALSE;
char *port,*devline;
while (isspace(*pent)) pent++;
s = strchr(pent,':');
if (!s) return FALSE;
*s='\0';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment