Changeset 26567 for trunk/ippTools/src/pxcam.c
- Timestamp:
- Jan 12, 2010, 2:07:51 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxcam.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxcam.c
r25835 r26567 152 152 char *tess_id, 153 153 char *end_stage, 154 psS64 magicked, 154 155 char *note) 155 156 { … … 168 169 169 170 // queue the exp 170 // XXX chip_id isbeing cast here work around psS64 have a different type171 // XXX chip_id and magicked are being cast here work around psS64 have a different type 171 172 // different on 32/64 172 173 if (!p_psDBRunQueryF(config->dbh, query, … … 182 183 tess_id ? tess_id : "NULL", 183 184 end_stage ? end_stage : "NULL", 185 (long long) magicked, 184 186 note ? note : "NULL", 185 187 (long long)chip_id
Note:
See TracChangeset
for help on using the changeset viewer.
