Author: benny Date: 2007-01-10 23:21:39 +0000 (Wed, 10 Jan 2007) New Revision: 24351
Modified: libexo/trunk/ChangeLog libexo/trunk/exo/exo-mount-point.c Log: 2007-01-11 Benedikt Meurer <[EMAIL PROTECTED]> * exo/exo-mount-point.c(exo_mount_point_list_match_configured): Fix Linux build error. Modified: libexo/trunk/ChangeLog =================================================================== --- libexo/trunk/ChangeLog 2007-01-10 23:04:24 UTC (rev 24350) +++ libexo/trunk/ChangeLog 2007-01-10 23:21:39 UTC (rev 24351) @@ -1,3 +1,8 @@ +2007-01-11 Benedikt Meurer <[EMAIL PROTECTED]> + + * exo/exo-mount-point.c(exo_mount_point_list_match_configured): Fix + Linux build error. + 2007-01-10 Benedikt Meurer <[EMAIL PROTECTED]> * exo/exo-md5.c(exo_md5_digest_dup): Fix invalid usage of g_memdup(). Modified: libexo/trunk/exo/exo-mount-point.c =================================================================== --- libexo/trunk/exo/exo-mount-point.c 2007-01-10 23:04:24 UTC (rev 24350) +++ libexo/trunk/exo/exo-mount-point.c 2007-01-10 23:21:39 UTC (rev 24351) @@ -308,7 +308,7 @@ for (;;) { /* grab the next entry */ - mntent = getmntent (); + mntent = getmntent (fp); if (mntent == NULL) break; _______________________________________________ Xfce4-commits mailing list Xfce4-commits@xfce.org http://foo-projects.org/mailman/listinfo/xfce4-commits