]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/statbuf.c
Load cups into easysw/current.
[thirdparty/cups.git] / scheduler / statbuf.c
index eb257d7876e289014e0f061bfbdbd1cef4e7878e..b10f63ebc8f4edfb635b85bacb02b02b577346b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: statbuf.c 5447 2006-04-21 20:07:51Z mike $"
+ * "$Id: statbuf.c 5889 2006-08-24 21:44:35Z mike $"
  *
  *   Status buffer routines for the Common UNIX Printing System (CUPS)
  *   scheduler.
@@ -193,7 +193,7 @@ cupsdStatBufUpdate(cupsd_statbuf_t *sb,     /* I - Status buffer */
       lineptr = NULL;
   }
 
-  if (lineptr == NULL)
+  if (!lineptr)
   {
    /*
     * End of file...
@@ -330,5 +330,5 @@ cupsdStatBufUpdate(cupsd_statbuf_t *sb,     /* I - Status buffer */
 
 
 /*
- * End of "$Id: statbuf.c 5447 2006-04-21 20:07:51Z mike $".
+ * End of "$Id: statbuf.c 5889 2006-08-24 21:44:35Z mike $".
  */