Skip to content
Snippets Groups Projects
Commit dff78edb authored by Bill Medland's avatar Bill Medland Committed by Alexandre Julliard
Browse files

Remove leading whitespace from printcap entries.

parent fc37ef61
No related branches found
No related tags found
No related merge requests found
......@@ -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';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment