Changeset 34085 for trunk/psModules/src/camera/pmReadoutFake.c
- Timestamp:
- Jun 26, 2012, 11:31:38 AM (14 years ago)
- Location:
- trunk/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/camera/pmReadoutFake.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120601/psModules (added) merged: 34002,34044,34049,34051-34053,34073,34076,34078
- Property svn:mergeinfo changed
-
trunk/psModules/src/camera/pmReadoutFake.c
r33624 r34085 332 332 #define CONCEPT_SET_S32(CONCEPTS, NAME, OLD, NEW) { \ 333 333 psMetadataItem *item = psMetadataLookup(CONCEPTS, NAME); \ 334 psAssert(item->type == PS_ TYPE_S32, "Incorrect type: %x", item->type); \334 psAssert(item->type == PS_DATA_S32, "Incorrect type: %x", item->type); \ 335 335 if (item->data.S32 == OLD) { \ 336 336 item->data.S32 = NEW; \
Note:
See TracChangeset
for help on using the changeset viewer.
