Changeset 584 for trunk/psLib/test/sysUtils/tst_psLogMsg03.c
- Timestamp:
- May 5, 2004, 2:20:50 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psLogMsg03.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psLogMsg03.c
r560 r584 10 10 #include "psTest.h" 11 11 12 main()12 int main() 13 13 { 14 14 int i = 0; 15 int lev = 0;16 15 int testStatus = true; 17 16 … … 42 41 "psSetLogDestination()", 43 42 testStatus); 44 exit(!testStatus);43 return(!testStatus); 45 44 }
Note:
See TracChangeset
for help on using the changeset viewer.
