X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=clients%2Fgtk2%2Fhublist.c;h=2420ff89e93cec134ce265110e765a6f6784b5c2;hb=ef0869333c2908986a501759445136bcdf57ceec;hp=ff9416101807a3cc2ab78b7116ca48719a61265f;hpb=f512aed7b27da19b8af8643e6e93a35b4f9a1c12;p=doldaconnect.git diff --git a/clients/gtk2/hublist.c b/clients/gtk2/hublist.c index ff94161..2420ff8 100644 --- a/clients/gtk2/hublist.c +++ b/clients/gtk2/hublist.c @@ -148,7 +148,7 @@ static void fdcb(gpointer data, gint source, GdkInputCondition cond) bzs->avail_out = mybufsize - mybufdata; bzret = BZ2_bzDecompress(bzs); if((bzret != BZ_OK) && (bzret != BZ_STREAM_END)) { - msgbox(GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, _("Could not decompress hublist (%i)"), hret); + msgbox(GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, _("Could not decompress hublist (%i)"), bzret); aborthublist(); return; }