summaryrefslogtreecommitdiffstats
path: root/palm/synce-gnomevfs/files/patch-src-libsyncevfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'palm/synce-gnomevfs/files/patch-src-libsyncevfs.c')
-rw-r--r--palm/synce-gnomevfs/files/patch-src-libsyncevfs.c26
1 files changed, 26 insertions, 0 deletions
diff --git a/palm/synce-gnomevfs/files/patch-src-libsyncevfs.c b/palm/synce-gnomevfs/files/patch-src-libsyncevfs.c
new file mode 100644
index 000000000..6995549fc
--- /dev/null
+++ b/palm/synce-gnomevfs/files/patch-src-libsyncevfs.c
@@ -0,0 +1,26 @@
+--- src/libsyncevfs.c.orig Sun Aug 22 21:06:29 2004
++++ src/libsyncevfs.c Sat Jan 8 18:40:37 2005
+@@ -126,8 +126,9 @@
+ {
+ if (!initialized_rapi)
+ {
++ HRESULT hr;
+ MUTEX_LOCK (mutex);
+- HRESULT hr = CeRapiInit();
++ hr = CeRapiInit();
+ MUTEX_UNLOCK (mutex);
+
+ if (FAILED(hr))
+@@ -145,9 +146,10 @@
+
+ static int get_location(GnomeVFSURI *uri, gchar **location)/*{{{*/
+ {
+- int result = INDEX_INVALID;
+- *location = NULL;
++ int result;
+ gchar **path = NULL;
++ *location = NULL;
++ result = INDEX_INVALID;
+
+ path = g_strsplit(gnome_vfs_unescape_string(gnome_vfs_uri_get_path(uri),"\\"), "/", 0);
+