aboutsummaryrefslogtreecommitdiffstats
path: root/palm/jfconv/files
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2000-05-14 22:30:47 +0800
committerknu <knu@FreeBSD.org>2000-05-14 22:30:47 +0800
commit38edfd1fcb559046cf7ebb47cd6f0af425407b94 (patch)
treec32f741d4e26632c3240fbbaddd4950d8e082d08 /palm/jfconv/files
parent4e8a2fd7988b81f1c43a25b706b28f1c2bddac43 (diff)
downloadfreebsd-ports-gnome-38edfd1fcb559046cf7ebb47cd6f0af425407b94.tar.gz
freebsd-ports-gnome-38edfd1fcb559046cf7ebb47cd6f0af425407b94.tar.zst
freebsd-ports-gnome-38edfd1fcb559046cf7ebb47cd6f0af425407b94.zip
This is the initial import of jconv, a converter between JFile database
and CSV.
Diffstat (limited to 'palm/jfconv/files')
-rw-r--r--palm/jfconv/files/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/palm/jfconv/files/patch-aa b/palm/jfconv/files/patch-aa
new file mode 100644
index 000000000000..cbf52e18eb34
--- /dev/null
+++ b/palm/jfconv/files/patch-aa
@@ -0,0 +1,20 @@
+--- jconv.c.orig Tue Nov 2 23:03:59 1999
++++ jconv.c Thu May 4 20:05:51 2000
+@@ -67,7 +67,7 @@
+ strcpy(infile, "");
+
+ delimChar = ','; /* standard */
+- m_CommaDelim = 1; /* standard */
++ m_CommandLineComma = 1; /* standard */
+ m_UseInfoFile = 0;
+
+ while((o = getopt(argc, argv, "edvht:i:s")) != EOF) {
+@@ -76,7 +76,7 @@
+ break;
+ case 'd': encode = 'd';
+ break;
+- case 's': m_CommaDelim = 0;
++ case 's': m_CommandLineComma = 0;
+ break;
+ case 't': strncpy(title, optarg, 32);
+ title[31] = 0;