[Pkg-utopia-commits] r254 - packages/experimental/gnome-volume-manager/debian/patches
Sjoerd Simons
sjoerd@costa.debian.org
Wed, 22 Jun 2005 13:46:37 +0000
Author: sjoerd
Date: 2005-06-22 13:46:37 +0000 (Wed, 22 Jun 2005)
New Revision: 254
Modified:
packages/experimental/gnome-volume-manager/debian/patches/10_improve_mounting.patch
Log:
It's g_strcasecmp and not gstrcasecmp...
Modified: packages/experimental/gnome-volume-manager/debian/patches/10_improve_mounting.patch
===================================================================
--- packages/experimental/gnome-volume-manager/debian/patches/10_improve_mounting.patch 2005-06-22 13:44:13 UTC (rev 253)
+++ packages/experimental/gnome-volume-manager/debian/patches/10_improve_mounting.patch 2005-06-22 13:46:37 UTC (rev 254)
@@ -76,7 +76,7 @@
libhal_free_string(fsusage);
return TRUE;
}
-+ if (!gstrcasecmp(fsusage, "filesystem")) {
++ if (!g_strcasecmp(fsusage, "filesystem")) {
+ dbg("%s isn't a filesystem\n", udi);
+ libhal_free_string(fsusage);
+ return FALSE;