[Frugalware-darcs] mxw: s/strlen(from)/strlen(who)/ on kick
VMiklos
vmiklos at frugalware.org
Mon Jun 5 02:07:33 CEST 2006
[s/strlen(from)/strlen(who)/ on kick
VMiklos <vmiklos at frugalware.org>**20060605000452] {
hunk ./opme.c 189
- // 3 for the 3 spaces: " kick nick "
- if(strlen(content)>strlen("kick")+strlen(from)+3)
- why = strdup(content+strlen("kick")+strlen(from)+3);
+ // 2 for the 2 spaces: "kick nick "
+ if(strlen(content)>strlen("kick")+strlen(who)+2)
+ why = strdup(content+strlen("kick")+strlen(who)+2);
}
More information about the Frugalware-darcs
mailing list