summaryrefslogtreecommitdiff
path: root/sysutils/mount.app/files/patch-properties.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/mount.app/files/patch-properties.c')
-rw-r--r--sysutils/mount.app/files/patch-properties.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/mount.app/files/patch-properties.c b/sysutils/mount.app/files/patch-properties.c
deleted file mode 100644
index 7cc6fc1a906e..000000000000
--- a/sysutils/mount.app/files/patch-properties.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/properties.c.ori 2012-03-15 13:29:24.000000000 +0100
-+++ src/properties.c 2012-03-15 13:30:09.000000000 +0100
-@@ -448,7 +448,7 @@
- WMReleasePropList(mpProp);
- }
-
-- if (WMWritePropListToFile(props, getFileName(), FALSE) == FALSE)
-+ if (WMWritePropListToFile(props, getFileName()) == FALSE)
- printf("Error occurred synchronizing proplist\n");
-
- WMReleasePropList(props);