Changeset 31857
- Timestamp:
- Jul 10, 2011, 2:21:09 PM (15 years ago)
- Location:
- tags/ipp-20110622/Ohana/src/opihi/pantasks
- Files:
-
- 2 edited
-
TaskOps.c (modified) (1 diff, 1 prop)
-
ipptool2book.c (modified) (9 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20110622/Ohana/src/opihi/pantasks/TaskOps.c
- Property svn:mergeinfo set to
r31666 r31857 471 471 NewTask[0].Nfailure = 0; 472 472 NewTask[0].Ntimeout = 0; 473 NewTask[0].Nskipexec = 0; 473 474 474 475 /* jobs timing statistics */ -
tags/ipp-20110622/Ohana/src/opihi/pantasks/ipptool2book.c
- Property svn:mergeinfo set to
r18080 r31857 69 69 gprint (GP_ERR, "USAGE: ipptool2book (queue) (book) [-uniq] [-key key[:key..]]\n"); 70 70 FREEKEYS; 71 return ( FALSE);71 return (TRUE); 72 72 } 73 73 … … 76 76 gprint (GP_ERR, "queue %s not found\n", argv[1]); 77 77 FREEKEYS; 78 return ( FALSE);78 return (TRUE); 79 79 } 80 80 … … 108 108 free (line); 109 109 FREEKEYS; 110 return FALSE;110 return (TRUE); 111 111 } 112 112 free (line); … … 120 120 gprint (GP_ERR, "ERROR: unterminated metadata\n"); 121 121 FREEKEYS; 122 return ( FALSE);122 return (TRUE); 123 123 } 124 124 FREEKEYS; … … 145 145 free (bookName); 146 146 FREEKEYS; 147 return ( FALSE);147 return (TRUE); 148 148 } 149 149 free (tmpword); … … 155 155 free (bookName); 156 156 FREEKEYS; 157 return FALSE;157 return TRUE; 158 158 } 159 159 onPage = TRUE; … … 179 179 gprint (GP_ERR, "ERROR: missing key %s for ID\n", keys[i]); 180 180 FREEKEYS; 181 return ( FALSE);181 return (TRUE); 182 182 } 183 183 if (i > 0) strcat (pagename, ":"); … … 221 221 free (bookName); 222 222 FREEKEYS; 223 return ( FALSE);223 return (TRUE); 224 224 } 225 225 BookSetWord (page, tmpword, tmpvalue); … … 229 229 } 230 230 FREEKEYS; 231 return ( FALSE);231 return (TRUE); 232 232 } 233 233
Note:
See TracChangeset
for help on using the changeset viewer.
