Changeset 13580 for trunk/ippTools/src/pxfault.c
- Timestamp:
- May 31, 2007, 4:40:05 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxfault.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxfault.c
r11023 r13580 26 26 #include "pxtools.h" 27 27 28 bool pxSetFaultCode(psDB *dbh, const char *tableName, psMetadata *where, psS 8code)28 bool pxSetFaultCode(psDB *dbh, const char *tableName, psMetadata *where, psS16 code) 29 29 { 30 30 PS_ASSERT_PTR_NON_NULL(dbh, false); … … 43 43 // update the database 44 44 psMetadata *values = psMetadataAlloc(); 45 if (!psMetadataAddS 8(values, PS_LIST_HEAD, "fault", 0, NULL, code)) {45 if (!psMetadataAddS16(values, PS_LIST_HEAD, "fault", 0, NULL, code)) { 46 46 psError(PS_ERR_UNKNOWN, false, "failed to add metadata item fault"); 47 47 psFree(values);
Note:
See TracChangeset
for help on using the changeset viewer.
