comparison libfaim/aim_chatnav.c @ 937:189b780c1e07

[gaim-migrate @ 947] remove printf committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 28 Sep 2000 02:06:05 +0000
parents 16492f41410d
children 90bb83cafb9e
comparison
equal deleted inserted replaced
936:311b3f72e7b9 937:189b780c1e07
205 unsigned char createperms = 0; 205 unsigned char createperms = 0;
206 206
207 tmptlv = aim_gettlv(innerlist, 0x00d5, 1); 207 tmptlv = aim_gettlv(innerlist, 0x00d5, 1);
208 createperms = aimutil_get8(tmptlv->value); 208 createperms = aimutil_get8(tmptlv->value);
209 209
210 printf("faim: creation permissions %x\n", createperms);
211 } 210 }
212 211
213 /* 212 /*
214 * Type 0x00d6: Character Set (First Time) 213 * Type 0x00d6: Character Set (First Time)
215 */ 214 */