comparison src/toc.c @ 208:522e885485f0

[gaim-migrate @ 218] Changed spellchk.c so it was compatible with Torrey's changes. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 01 May 2000 17:49:22 +0000
parents bc117fbcf527
children 2042a38da38b
comparison
equal deleted inserted replaced
207:249e3fd5be29 208:522e885485f0
609 break; 609 break;
610 messages[i] = frombase64(strtok(NULL, ":")); 610 messages[i] = frombase64(strtok(NULL, ":"));
611 } 611 }
612 612
613 tmp = frombase64(strtok(NULL, ":")); 613 tmp = frombase64(strtok(NULL, ":"));
614 sprintf(debug_buff, "%d %d %d %d %d %d %d %d %s\n", tmp[0],
615 tmp[1], tmp[2], tmp[3], tmp[4], tmp[5], tmp[6],
616 tmp[7], tmp + 8);
617 debug_print(debug_buff);
614 618
615 if (!strcmp(uuid, FILE_SEND_UID)) { 619 if (!strcmp(uuid, FILE_SEND_UID)) {
616 /* we're getting a file */ 620 /* we're getting a file */
617 subtype = tmp[1]; 621 subtype = tmp[1];
618 files = tmp[3]; /* These are fine */ 622 files = tmp[3]; /* These are fine */