Fix position of balance output with set
authorJohn Hodge <[email protected]>
Fri, 21 Mar 2014 15:34:53 +0000 (23:34 +0800)
committerJohn Hodge <[email protected]>
Fri, 21 Mar 2014 15:34:53 +0000 (23:34 +0800)
src/client/main.c

index 82d7326..2bd4312 100644 (file)
@@ -236,6 +236,7 @@ int subcommand_acct(void)
                
                if( gsTextArgs[2][0] == '=' ) {
                        // Set balance
+                       ret = Dispense_ShowUser(sock, gsTextArgs[1]);
                        ret = Dispense_SetBalance(sock, gsTextArgs[1], balance, gsTextArgs[3]);
                }
                else {

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