Changeset 11334
- Timestamp:
- Jan 26, 2007, 4:06:30 PM (19 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
r11232 r11334 179 179 } 180 180 181 // add the fixed words to the page 182 for (i = 0; i < setWordN; i++) { 183 BookSetWord (page, setWordList[i], setWordValue[i]); 184 } 185 181 186 if (Unique) { 182 187 /* search for an existing page with this name … … 196 201 } 197 202 198 // add the fixed words to the page199 for (i = 0; i < setWordN; i++) {200 BookSetWord (page, setWordList[i], setWordValue[i]);201 }202 203 203 onPage = FALSE; 204 204 continue;
Note:
See TracChangeset
for help on using the changeset viewer.
