src/protocols/zephyr/zephyr.c

changeset 2137
b0c18ea1dee8
parent 2131
ef072ae1b2b8
child 2162
2a9f076b0af9
equal deleted inserted replaced
2136:b90fe6b900db 2137:b0c18ea1dee8
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);

mercurial