comparison src/log.c @ 7470:ad6435eccf2b

[gaim-migrate @ 8083] Thanks to maxcow and SimGuy for noticing the crap out of this committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 11 Nov 2003 00:25:06 +0000
parents f2d82df37252
children 68020c122954
comparison
equal deleted inserted replaced
7469:603a58cd23dc 7470:ad6435eccf2b
74 if (log->logger->read) { 74 if (log->logger->read) {
75 char *ret = (log->logger->read)(log, flags); 75 char *ret = (log->logger->read)(log, flags);
76 gaim_str_strip_linefeed(ret); 76 gaim_str_strip_linefeed(ret);
77 return ret; 77 return ret;
78 } 78 }
79 return (_("<b><font color\"=red\">The logger has no read function</font></b>")); 79 return (_("<b><font color=\"red\">The logger has no read function</font></b>"));
80 } 80 }
81 81
82 /**************************************************************************** 82 /****************************************************************************
83 * LOGGER FUNCTIONS ********************************************************* 83 * LOGGER FUNCTIONS *********************************************************
84 ****************************************************************************/ 84 ****************************************************************************/