Changeset 4249 for trunk/glueforge/templates/psdb/popfits_c.tt
- Timestamp:
- Jun 13, 2005, 6:12:21 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/glueforge/templates/psdb/popfits_c.tt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/templates/psdb/popfits_c.tt
r4192 r4249 7 7 psDB *dbh; 8 8 psFits *fits; 9 bool status;10 9 11 10 dbh = psDBInit("localhost", "test", NULL, "test"); … … 20 19 } 21 20 22 status = [% namespace %]PopFits(dbh, fits, 1); 23 if (!status) { 21 if (![% namespace %]PopFits(dbh, fits, 1)) { 24 22 exit(EXIT_FAILURE); 25 23 }
Note:
See TracChangeset
for help on using the changeset viewer.
