Changeset a4cdf43
- Timestamp:
- 2010-05-01T14:19:09Z (15 years ago)
- Branches:
- master
- Children:
- bce78c8
- Parents:
- 2272cb3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_util.c
r2272cb3 ra4cdf43 111 111 return g_strdup_printf( "\x02[\x02\x02\x02%04d-%02d-%02d " 112 112 "%02d:%02d:%02d\x02]\x02 ", 113 msg.tm_year + 1900, msg.tm_mon , msg.tm_mday,113 msg.tm_year + 1900, msg.tm_mon + 1, msg.tm_mday, 114 114 msg.tm_hour, msg.tm_min, msg.tm_sec ); 115 115 }
Note: See TracChangeset
for help on using the changeset viewer.