diff options
Diffstat (limited to 'mail/evolution/files/patch-e-util::e-pilot-util.c')
-rw-r--r-- | mail/evolution/files/patch-e-util::e-pilot-util.c | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/evolution/files/patch-e-util::e-pilot-util.c b/mail/evolution/files/patch-e-util::e-pilot-util.c new file mode 100644 index 000000000000..aea980ec11ae --- /dev/null +++ b/mail/evolution/files/patch-e-util::e-pilot-util.c @@ -0,0 +1,23 @@ + +$FreeBSD$ + +--- e-util/e-pilot-util.c 2001/12/14 12:11:21 1.1 ++++ e-util/e-pilot-util.c 2001/12/14 12:12:08 +@@ -36,7 +36,7 @@ + if (!string) + return NULL; + +- res = convert_ToPilotChar ("UTF8", string, strlen (string), &pstring); ++ res = convert_ToPilotChar ("UTF-8", string, strlen (string), &pstring); + + if (res != 0) + pstring = strdup (string); +@@ -53,7 +53,7 @@ + if (!string) + return NULL; + +- res = convert_FromPilotChar ("UTF8", string, strlen (string), &ustring); ++ res = convert_FromPilotChar ("UTF-8", string, strlen (string), &ustring); + + if (res != 0) + ustring = strdup (string); |