Changeset 16567
- Timestamp:
- Feb 21, 2008, 2:08:43 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/ipptool2book.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/ipptool2book.c
r12332 r16567 91 91 return (TRUE); // no output in queue - not an error? 92 92 } 93 stripwhite (line); 94 if (line[0] == '#') { 95 free (line); 96 continue; 97 } 93 98 if (*line) break; 94 99 free (line); … … 122 127 return (TRUE); 123 128 } 129 stripwhite (line); 124 130 if (!*line) { 131 free (line); 132 continue; 133 } 134 if (line[0] == '#') { 125 135 free (line); 126 136 continue;
Note:
See TracChangeset
for help on using the changeset viewer.
