summaryrefslogtreecommitdiff
path: root/mail/evolution-devel/files/patch-e-util::e-pilot-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/evolution-devel/files/patch-e-util::e-pilot-util.c')
-rw-r--r--mail/evolution-devel/files/patch-e-util::e-pilot-util.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/mail/evolution-devel/files/patch-e-util::e-pilot-util.c b/mail/evolution-devel/files/patch-e-util::e-pilot-util.c
deleted file mode 100644
index aea980ec11ae..000000000000
--- a/mail/evolution-devel/files/patch-e-util::e-pilot-util.c
+++ /dev/null
@@ -1,23 +0,0 @@
-
-$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);