| 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); |