Changeset 26857 for branches/eam_branches/20091201/ippTools/src/pxcam.c
- Timestamp:
- Feb 10, 2010, 3:52:15 PM (16 years ago)
- Location:
- branches/eam_branches/20091201/ippTools/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/ippTools/src
- Property svn:ignore
-
branches/eam_branches/20091201/ippTools/src/pxcam.c
r25835 r26857 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.
