Changeset 5760 for trunk/psModules/src/config/pmConfig.c
- Timestamp:
- Dec 12, 2005, 10:11:07 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.c
r5516 r5760 3 3 * @author PAP, IfA 4 4 * 5 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $6 * @date $Date: 2005-1 1-15 20:09:03$5 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2005-12-12 20:11:06 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 28 28 const char *description) // Description of file 29 29 { 30 int numBadLines = 0;30 unsigned int numBadLines = 0; 31 31 32 32 psLogMsg(__func__, PS_LOG_INFO, "Loading %s configuration from file %s\n", … … 359 359 } else if (cameraItem->type == PS_DATA_STRING) { 360 360 psTrace(__func__, 5, "Reading camera configuration for %s...\n", cameraItem->name); 361 int badLines = 0; // Number of bad lines in reading camera configuration361 unsigned int badLines = 0; // Number of bad lines in reading camera configuration 362 362 camera = psMetadataConfigParse(NULL, &badLines, cameraItem->data.V, true); 363 363 if (badLines > 0) {
Note:
See TracChangeset
for help on using the changeset viewer.
