src/protocols/toc/toc.c

changeset 4322
26ca3ea7a7e2
parent 4276
d1652a291840
child 4333
f4c095774bc2
equal deleted inserted replaced
4321:a8ad659e5ea2 4322:26ca3ea7a7e2
421 pos += sprintf(&rp[pos], "%02x", pass[x] ^ roast[x % strlen(roast)]); 421 pos += sprintf(&rp[pos], "%02x", pass[x] ^ roast[x % strlen(roast)]);
422 rp[pos] = '\0'; 422 rp[pos] = '\0';
423 return rp; 423 return rp;
424 } 424 }
425 425
426 static void toc_got_info(gpointer data, char *url_text) 426 static void toc_got_info(gpointer data, char *url_text, unsigned long len)
427 { 427 {
428 if (!url_text) 428 if (!url_text)
429 return; 429 return;
430 430
431 g_show_info_text(NULL, NULL, 2, url_text, NULL); 431 g_show_info_text(NULL, NULL, 2, url_text, NULL);

mercurial