qulogic/libgnt

e874cda5c77e
finch: Fix build and warnings with glib 2.24
  • +1 -1
    gntfilesel.c
  • --- a/gntfilesel.c Fri Dec 06 01:10:31 2013 +0530
    +++ b/gntfilesel.c Mon Jan 27 04:42:40 2014 +0530
    @@ -161,7 +161,7 @@
    while ((str = g_dir_read_name(dir)) != NULL) {
    char *fp = g_build_filename(path, str, NULL);
    - GStatBuf st;
    + struct stat st;
    if (g_stat(fp, &st)) {
    gnt_warning("Error stating location %s", fp);