diff options
-rw-r--r-- | source3/printing/lpq_parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/printing/lpq_parse.c b/source3/printing/lpq_parse.c index ddad82e1b9..b513806473 100644 --- a/source3/printing/lpq_parse.c +++ b/source3/printing/lpq_parse.c @@ -126,6 +126,7 @@ static BOOL parse_lpq_bsd(char *line,print_queue_struct *buf,BOOL first) } #endif /* OSF1 */ + /* FIXME: Use next_token rather than strtok! */ tok[0] = strtok(line2," \t"); count++; |