comparison src/conversation.c @ 6787:faa491042c66

[gaim-migrate @ 7326] the add_buddy prpl op now takes a group. It's horribly inconsistent with the rest. This stuff all needs to be updated. Maybe I'll replace it in 0.70cvs. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 07 Sep 2003 23:47:00 +0000
parents e9a730ad5a3c
children f098765ac919
comparison
equal deleted inserted replaced
6786:8efafdc38718 6787:faa491042c66
295 */ 295 */
296 filename = img_filename; 296 filename = img_filename;
297 297
298 while ((c = strchr(filename, '/')) != NULL) 298 while ((c = strchr(filename, '/')) != NULL)
299 filename = c + 1; 299 filename = c + 1;
300 300
301 g_snprintf(imgtag, sizeof(imgtag), 301 g_snprintf(imgtag, sizeof(imgtag),
302 "<IMG SRC=\"file://%s\" ID=\"%d\" " 302 "<IMG SRC=\"file://%s\" ID=\"%d\" "
303 "DATASIZE=\"%d\">", 303 "DATASIZE=\"%d\">",
304 filename, id, (int)st.st_size); 304 filename, id, (int)st.st_size);
305 305