- Timestamp:
- Dec 6, 2008, 2:33:28 AM (16 years ago)
- Branches:
- master, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 2b237308
- Parents:
- 554a2b8
- git-author:
- Anders Kaseorg <andersk@mit.edu> (12/06/08 01:49:41)
- git-committer:
- Anders Kaseorg <andersk@mit.edu> (12/06/08 02:33:28)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
util.c
r601733d r6eaf35b 373 373 374 374 if (days>0) { 375 out=owl_sprintf("%i d %2.2i:%2.2 i", days, hours, run);375 out=owl_sprintf("%i d %2.2i:%2.2li", days, hours, run); 376 376 } else { 377 out=owl_sprintf(" %2.2i:%2.2 i", hours, run);377 out=owl_sprintf(" %2.2i:%2.2li", hours, run); 378 378 } 379 379 return(out);
Note: See TracChangeset
for help on using the changeset viewer.