Changeset 19885
- Timestamp:
- Oct 3, 2008, 11:55:52 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psLogMsg.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psLogMsg.c
r16338 r19885 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1. 69$ $Name: not supported by cvs2svn $14 * @date $Date: 2008- 02-06 20:33:18$13 * @version $Revision: 1.70 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2008-10-03 21:55:52 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 321 321 322 322 // detect multiple lines in message and indent each line by 4 spaces. 323 char * msgPtr;323 char *msgPtr = NULL; 324 324 char *line = strtok_r(msg, "\n", &msgPtr); 325 325 while (line) {
Note:
See TracChangeset
for help on using the changeset viewer.
