Skip to content

Commit

Permalink
Fix make-and-model whitespace trimming (Issue #1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Nov 15, 2024
1 parent 56c3eab commit c1f6194
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cups/ppd-cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -3286,6 +3286,8 @@ _ppdCreateFromIPP(char *buffer, /* I - Filename buffer */
mptr --;
if (*mptr == ' ')
*mptr = '\0';
else
break;
}

if (!make[0])
Expand Down

0 comments on commit c1f6194

Please sign in to comment.