summaryrefslogtreecommitdiff
path: root/src/utilfuns/greekpatch
diff options
context:
space:
mode:
Diffstat (limited to 'src/utilfuns/greekpatch')
-rw-r--r--src/utilfuns/greekpatch19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/utilfuns/greekpatch b/src/utilfuns/greekpatch
deleted file mode 100644
index 3a6d20c..0000000
--- a/src/utilfuns/greekpatch
+++ /dev/null
@@ -1,19 +0,0 @@
---- Greek2Greek.cpp.orig Thu Feb 26 15:19:39 1998
-+++ Greek2Greek.cpp Thu Feb 26 03:33:09 1998
-@@ -118,6 +118,7 @@
- sResult[characters++] = tmp; // Insert char
- }
- }
-+ sResult[characters] = 0; // Terminate the string
-
- return index;
- }
-@@ -209,6 +210,8 @@
-
- fSigma = iota = breathing = rough = false;
- }
-+
-+ sResult[index] = 0; // Terminate the string
-
- return characters;
- }