aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-pilot-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-pilot-util.c')
-rw-r--r--e-util/e-pilot-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-pilot-util.c b/e-util/e-pilot-util.c
index 58c6937b8c..0f91f48e3a 100644
--- a/e-util/e-pilot-util.c
+++ b/e-util/e-pilot-util.c
@@ -56,7 +56,7 @@ e_pilot_utf8_from_pchar (const char *string)
res = convert_FromPilotChar ("UTF8", string, strlen (string), &ustring);
if (res != 0)
- ustring = strdup (ustring);
+ ustring = strdup (string);
return ustring;
}