ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/lowlevel.C
(Generate patch)

Comparing deliantra/server/socket/lowlevel.C (file contents):
Revision 1.94 by root, Sun Nov 18 09:29:25 2012 UTC vs.
Revision 1.95 by root, Sun Nov 18 09:37:56 2012 UTC

239 } 239 }
240 else 240 else
241 ((void (*)(char *, int, client *))pkt->cb)((char *)data, datalen, this); 241 ((void (*)(char *, int, client *))pkt->cb)((char *)data, datalen, this);
242 } 242 }
243 else 243 else
244 send_packet_printf ("drawinfo %d ERROR: you cannot execute '%s' now.", NDI_RED | NDI_REPLY, pkt->name); 244 send_packet_printf ("drawinfo %d log ERROR: you cannot execute '%s' now.", NDI_RED | NDI_REPLY, pkt->name);
245} 245}
246 246
247bool 247bool
248client::handle_packet () 248client::handle_packet ()
249{ 249{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines