FIXME: Use next_token rather than strtok!
authorMartin Pool <mbp@samba.org>
Tue, 26 Feb 2002 23:22:02 +0000 (23:22 +0000)
committerMartin Pool <mbp@samba.org>
Tue, 26 Feb 2002 23:22:02 +0000 (23:22 +0000)
(This used to be commit d56b8a30c5ca55b718ad706875aa6579a48a0768)

source3/printing/lpq_parse.c

index ddad82e1b9fe0f0be0161fa2e3c57f6c247fd0d6..b5138064739b752cee02d9bc60060cb9068974fc 100644 (file)
@@ -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++;