- Timestamp:
- Mar 30, 2011, 9:36:02 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110213/ippTools/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/ippTools/src
- Property svn:mergeinfo changed
/trunk/ippTools/src merged: 30854,30877,30906-30907,30912,30927,30945,31038,31045,31047,31051,31058
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20110213/ippTools/src/pxfault.c
r13580 r31083 26 26 #include "pxtools.h" 27 27 28 bool pxSetFaultCode(psDB *dbh, const char *tableName, psMetadata *where, psS16 code )28 bool pxSetFaultCode(psDB *dbh, const char *tableName, psMetadata *where, psS16 code, psS16 quality) 29 29 { 30 30 PS_ASSERT_PTR_NON_NULL(dbh, false); … … 48 48 return false; 49 49 } 50 if (quality) { 51 if (!psMetadataAddS16(values, PS_LIST_HEAD, "quality", 0, NULL, quality)) { 52 psError(PS_ERR_UNKNOWN, false, "failed to add metadata item quality"); 53 psFree(values); 54 return false; 55 } 56 } 50 57 51 58 long rowsAffected = psDBUpdateRows(dbh, tableName, where, values);
Note:
See TracChangeset
for help on using the changeset viewer.
