From 570cdd8529cdc14cc8be4206ebd23c995d6954df Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Tue, 26 Feb 2002 23:22:02 +0000 Subject: FIXME: Use next_token rather than strtok! (This used to be commit d56b8a30c5ca55b718ad706875aa6579a48a0768) --- source3/printing/lpq_parse.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') 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++; -- cgit