qulogic/libgnt

Merged default branch
soc.2013.gobjectification.plugins
2014-01-27, Ankit Vani
337b6c20a4d5
Merged default branch
  • +1 -1
    gntfilesel.c
  • --- a/gntfilesel.c Fri Dec 06 14:50:14 2013 +0530
    +++ b/gntfilesel.c Mon Jan 27 17:34:21 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);