Changeset 2362 for trunk/jons-gtk-gui
- Timestamp:
- 11/24/00 17:00:25 (8 years ago)
- Files:
-
- 1 modified
-
trunk/jons-gtk-gui/src/convo.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jons-gtk-gui/src/convo.cpp
r2361 r2362 417 417 struct tm *_tm = localtime(&message_time); 418 418 strftime(szTime, 26, timestamp_format, _tm); 419 szTime[25] = '\0'; 419 420 } 420 421
