diff options
Diffstat (limited to 'protocols/nogaim.c')
| -rw-r--r-- | protocols/nogaim.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/protocols/nogaim.c b/protocols/nogaim.c index fca8b302..98325c89 100644 --- a/protocols/nogaim.c +++ b/protocols/nogaim.c @@ -1193,7 +1193,7 @@ static char *format_timestamp( irc_t *irc, time_t msg_ts )  	else  		return g_strdup_printf( "\x02[\x02\x02\x02%04d-%02d-%02d "  		                        "%02d:%02d:%02d\x02]\x02 ", -		                        msg.tm_year + 1900, msg.tm_mon, msg.tm_mday, +		                        msg.tm_year + 1900, msg.tm_mon + 1, msg.tm_mday,  		                        msg.tm_hour, msg.tm_min, msg.tm_sec );  } | 
