cvs: embed /php-irssi settings.c
[email protected] ("Wez Furlong") Sun, 24 Oct 2004 06:53:18 -0000
| Newsgroups | php.embed.cvs |
|---|---|
| Message-ID | <cvswez1098600798@cvsserver> |
wez Sun Oct 24 02:53:18 2004 EDT
Modified files:
/embed/php-irssi settings.c
Log:
typo/thinko correction patch from Magnus
http://cvs.php.net/diff.php/embed/php-irssi/settings.c?r1=1.1&r2=1.2&ty=u
Index: embed/php-irssi/settings.c
diff -u embed/php-irssi/settings.c:1.1 embed/php-irssi/settings.c:1.2
--- embed/php-irssi/settings.c:1.1 Tue Apr 1 12:10:29 2003
+++ embed/php-irssi/settings.c Sun Oct 24 02:53:18 2004
@@ -14,7 +14,7 @@
+----------------------------------------------------------------------+
| Author: Wez Furlong <[email protected]> |
+----------------------------------------------------------------------+
- $Id: settings.c,v 1.1 2003/04/01 17:10:29 wez Exp $
+ $Id: settings.c,v 1.2 2004/10/24 06:53:18 wez Exp $
*/
#include "php-irssi.h"
@@ -189,7 +189,7 @@
return;
}
- RETURN_LONG(settings_get_bool(key));
+ RETURN_LONG(settings_get_time(key));
}
/* proto long irssi_settings_get_level(string key)