comparison src/list.c @ 3048:e729c064bc1b

[gaim-migrate @ 3061] Some Image send fixes, and elimination of some compile warnings. There are still far too many (read: more than zero) committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 15 Mar 2002 00:56:15 +0000
parents 6fe330f1b951
children 1bd472b7f7a2
comparison
equal deleted inserted replaced
3047:388230971b20 3048:e729c064bc1b
370 int i = 0; 370 int i = 0;
371 while (*tmp != ':' && *tmp && i < sizeof(nm) - 1) 371 while (*tmp != ':' && *tmp && i < sizeof(nm) - 1)
372 nm[i++] = *tmp++; 372 nm[i++] = *tmp++;
373 373
374 while (*tmp != ':' && *tmp) 374 while (*tmp != ':' && *tmp)
375 *tmp++; 375 tmp++;
376 376
377 if (*tmp == ':') 377 if (*tmp == ':')
378 *tmp++ = '\0'; 378 *tmp++ = '\0';
379 379
380 nm[i] = '\0'; 380 nm[i] = '\0';