From: <ro...@us...> - 2006-06-18 20:19:55
|
Revision: 16276 Author: roast Date: 2006-06-18 13:19:51 -0700 (Sun, 18 Jun 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16276&view=rev Log Message: ----------- GaimLogCommonData.path gets set in gaim_log_common_writer now Modified Paths: -------------- branches/soc-2006-file-loggers/src/log.c Modified: branches/soc-2006-file-loggers/src/log.c =================================================================== --- branches/soc-2006-file-loggers/src/log.c 2006-06-18 20:12:53 UTC (rev 16275) +++ branches/soc-2006-file-loggers/src/log.c 2006-06-18 20:19:51 UTC (rev 16276) @@ -702,7 +702,7 @@ if (log->conv != NULL) gaim_conversation_write(log->conv, NULL, _("Logging of this conversation failed."), GAIM_MESSAGE_ERROR, time(NULL)); - + data->path = g_strndup(path, strlen(path)); g_free(path); return; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |