Merge branch 'master' of git://mutabah.net/opendispense2
authorJohn Hodge <[email protected]>
Sun, 20 Feb 2011 01:46:42 +0000 (09:46 +0800)
committerJohn Hodge <[email protected]>
Sun, 20 Feb 2011 01:46:42 +0000 (09:46 +0800)
Conflicts:
src/server/server.c

1  2 
src/server/server.c

@@@ -304,9 -302,8 +303,9 @@@ void Server_ParseClientCommand(tClient 
        
        if( Server_int_ParseArgs(1, CommandString, &command, &args, NULL) )
        {
 +              printf("command=%s, args=%s\n", command, args);
                // Is this an error? (just ignore for now)
-               args = "";
+               //args = "";
        }
        
        

UCC git Repository :: git.ucc.asn.au