| 350 for (; nlocs > 0; nlocs--) { |
350 for (; nlocs > 0; nlocs--) { |
| 351 ZGetLocations(&locs, &one); |
351 ZGetLocations(&locs, &one); |
| 352 g_string_sprintfa(str, "<br>At %s since %s", locs.host, |
352 g_string_sprintfa(str, "<br>At %s since %s", locs.host, |
| 353 locs.time); |
353 locs.time); |
| 354 } |
354 } |
| 355 g_show_info_text(str->str); |
355 g_show_info_text(str->str, NULL); |
| 356 g_string_free(str, TRUE); |
356 g_string_free(str, TRUE); |
| 357 } else |
357 } else |
| 358 serv_got_update(zgc, b->name, nlocs, 0, 0, 0, 0, 0); |
358 serv_got_update(zgc, b->name, nlocs, 0, 0, 0, 0, 0); |
| 359 |
359 |
| 360 free(user); |
360 free(user); |