Changeset 9749
- Timestamp:
- Oct 25, 2006, 5:47:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.c
r9665 r9749 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.9 8$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-10-2 0 00:17:21$12 * @version $Revision: 1.99 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-10-26 03:47:49 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1384 1384 1385 1385 // Create string with milliseconds 1386 if (snprintf(timeString, MAX_TIME_STRING_LENGTH, "%s.%1d Z", tempString, ds) < 0) {1386 if (snprintf(timeString, MAX_TIME_STRING_LENGTH, "%s.%1d", tempString, ds) < 0) { 1387 1387 psError(PS_ERR_OS_CALL_FAILED, true, _("Failed to append millisecond to time string with snprintf function.")); 1388 1388 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
