]> andersk Git - libfaim.git/commitdiff
A few debugging prinfs removed.
authormid <mid>
Sat, 23 Sep 2000 01:34:25 +0000 (01:34 +0000)
committermid <mid>
Sat, 23 Sep 2000 01:34:25 +0000 (01:34 +0000)
aim_chatnav.c
utils/faimtest/faimtest.c

index 0967d0db1c76e0d19114cdb0f49d9458ba8e05d6..9b3f314fe312f10563abe6ad2b86179ed89a7446 100644 (file)
@@ -207,7 +207,6 @@ faim_internal int aim_chatnav_parse_info(struct aim_session_t *sess, struct comm
                tmptlv = aim_gettlv(innerlist, 0x00d5, 1);
                createperms = aimutil_get8(tmptlv->value);
                
-               printf("faim: creation permissions %x\n", createperms);
              }
 
              /*
index ac8d18fdcde244dec068f4aad64f34519d078f67..12ca9942e7e59fe277eb470bb7de7540f5ec6575 100644 (file)
@@ -360,7 +360,7 @@ int faimtest_serverready(struct aim_session_t *sess, struct command_rx_struct *c
 }
 
 int faimtest_parse_buddyrights(struct aim_session_t *sess, struct command_rx_struct *command, ...)
-{      
+{
   va_list ap;
   unsigned short maxbuddies, maxwatchers;
 
@@ -1125,7 +1125,7 @@ int faimtest_parse_misses(struct aim_session_t *sess, struct command_rx_struct *
 
   printf("faimtest: missed %d messages from %s (reason %d: %s)\n", nummissed, userinfo->sn, reason, (reason<missedreasonslen)?missedreasons[reason]:"unknown");
   
-  return 0;
+  return 1;
 }
 
 int faimtest_parse_login(struct aim_session_t *sess, struct command_rx_struct *command, ...)
This page took 0.044836 seconds and 5 git commands to generate.