Issue Information
-
#004524
-
0 - None Assigned
-
Duplicate
Issue Confirmations
-
Yes (0)No (0)
Originally posted by XtremistAkaSwapnil123
http://www.eathena.w...er&showbug=4524
http://code.google.c...detail?r=14442#
The diff presend in this at line 462 generates an error while compiling.
Is it a syntactical mistake?
I changed it to
(p->last_point.map != cp->last_point.map) ||
from
strcmp(p->last_point.map, cp->last_point.map)
to compile properly :|
please lemme know
http://www.eathena.w...er&showbug=4524
http://code.google.c...detail?r=14442#
The diff presend in this at line 462 generates an error while compiling.
Is it a syntactical mistake?
I changed it to
(p->last_point.map != cp->last_point.map) ||
from
strcmp(p->last_point.map, cp->last_point.map)
to compile properly :|
please lemme know