]> andersk Git - libfaim.git/blobdiff - aim_info.c
Fixed the bug in aim_snac.c::aim_remsnac(). It was n's fault. Removed printfs.
[libfaim.git] / aim_info.c
index 42b7bdf97e04bac050bc53ec8f37a708921dfb44..384c9ce0b5221f7235ce02d2a5eca140ad64016e 100644 (file)
@@ -43,7 +43,6 @@ u_long aim_getinfo(struct aim_session_t *sess,
     struct aim_snac_t snac;
     
     snac.id = sess->snac_nextid;
-    printf("faim: getuserinfo: caching snac %08lx\n", snac.id);
     snac.family = 0x0002;
     snac.type = 0x0005;
     snac.flags = 0x0000;
This page took 0.138177 seconds and 4 git commands to generate.