Mercurial > pidgin.yaz
view doc/core-signals.dox @ 13715:f65e8d30ae53
[gaim-migrate @ 16123]
Fix a bug reported as SF Patch #1479875.
"in gaim_icqinfo() in oscar.c , the struct tm used for
filling in birthday date is not initialized, this cause
crash in strftime on amd64 which is indirectly called
by gaim_date_format_short. Reproduced on debian sarge
amd64 stable."
I chose a different solution than what was provided in the patch.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 02 May 2006 01:49:54 +0000 |
parents | 1ec93dd2f359 |
children | 1414e0e01dc5 |
line wrap: on
line source
/** @page core-signals Core Signals @signals @signal quitting @endsignals <hr> @signaldef quitting @signalproto void (*quitting)(); @endsignalproto @signaldesc Emitted when gaim is quitting. @endsignaldef */ // vim: syntax=c tw=75 et