X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/44d94e72539dd1fba3d4ec2772792b04e6c078d4..c02dcc9610e66ebe6154e60dcd2f109c90eb09df:/src/gui/lbxgui.c diff --git a/src/gui/lbxgui.c b/src/gui/lbxgui.c index 429e59f..da03cfb 100644 --- a/src/gui/lbxgui.c +++ b/src/gui/lbxgui.c @@ -333,7 +333,7 @@ static int load_archive(const char *path) for (unsigned i = 0; i < nfiles; i++) { struct lbx_statbuf stat; - lbx_stat(lbx, i, &stat); + lbx_file_stat(lbx, i, &stat); gtk_tree_store_append(archives, &iter2, &iter1); gtk_tree_store_set(archives, &iter2, 0, stat.name,