Changeset 28304 for branches/czw_branch/20100519/ippTools/src/pxadd.c
- Timestamp:
- Jun 10, 2010, 6:28:51 PM (16 years ago)
- Location:
- branches/czw_branch/20100519
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippTools/src (modified) (1 prop)
-
ippTools/src/pxadd.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100519
- Property svn:mergeinfo changed
-
branches/czw_branch/20100519/ippTools/src
- Property svn:ignore
-
old new 38 38 stamp-h1 39 39 warptool 40 40 staticskytool
-
- Property svn:ignore
-
branches/czw_branch/20100519/ippTools/src/pxadd.c
r26981 r28304 130 130 char *dvodb, 131 131 char *note, 132 bool image_only) 132 bool image_only, 133 bool minidvodb, 134 char *minidvodb_group, 135 char *minidvodb_name) 133 136 { 134 137 PS_ASSERT_PTR_NON_NULL(config, false); … … 158 161 note ? note : "NULL", 159 162 image_only, 163 minidvodb, 164 minidvodb_group, 165 minidvodb_name, 160 166 (long long) cam_id 161 167 )) { 162 psError(PS_ERR_UNKNOWN, false, "database error");168 psError(PS_ERR_UNKNOWN, false, "database error %s", query); 163 169 return false; 164 170 }
Note:
See TracChangeset
for help on using the changeset viewer.
