projects
/
m6w6
/
ext-ircclient
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
c352518
)
fix typo
author
Michael Wallner
<mike@php.net>
Fri, 10 Jan 2014 13:42:16 +0000
(14:42 +0100)
committer
Michael Wallner
<mike@php.net>
Fri, 10 Jan 2014 13:42:16 +0000
(14:42 +0100)
php_ircclient.c
patch
|
blob
|
history
diff --git
a/php_ircclient.c
b/php_ircclient.c
index c8a603a15fd881f4c9256a49e8426706c1c9e994..8dfee13b6cf3e09713708e6133db793b78ac349c 100644
(file)
--- a/
php_ircclient.c
+++ b/
php_ircclient.c
@@
-1418,7
+1418,7
@@
PHP_MINFO_FUNCTION(ircclient)
{
unsigned int high, low;
char *version[2];
- char lt16 = "<=1.6";
+ char
*
lt16 = "<=1.6";
irc_get_version(&high, &low);
spprintf(&version[1], 0, "%u.%u", high, low);