summaryrefslogtreecommitdiff
path: root/misc/estic/files/patch-estic.cc
diff options
context:
space:
mode:
Diffstat (limited to 'misc/estic/files/patch-estic.cc')
-rw-r--r--misc/estic/files/patch-estic.cc22
1 files changed, 11 insertions, 11 deletions
diff --git a/misc/estic/files/patch-estic.cc b/misc/estic/files/patch-estic.cc
index 3fdd9369e53e..26c0582bcec0 100644
--- a/misc/estic/files/patch-estic.cc
+++ b/misc/estic/files/patch-estic.cc
@@ -1,15 +1,15 @@
---- estic/estic.cc.orig Sat Feb 26 18:28:17 2000
-+++ estic/estic.cc Sat Feb 26 18:28:51 2000
-@@ -75,9 +75,9 @@
+--- estic/estic.cc.orig Wed Mar 5 21:20:42 1997
++++ estic/estic.cc Tue Sep 6 09:54:21 2005
+@@ -80,9 +80,9 @@
// Diag mode update
--static const duOff = 0;
--static const duOn = 1;
--static const duAuto = 2; // Update if version <= 1.93
-+static const int duOff = 0;
-+static const int duOn = 1;
-+static const int duAuto = 2; // Update if version <= 1.93
+-static const duOff = 0;
+-static const duOn = 1;
+-static const duAuto = 2; // Update if version <= 1.93
++static const int duOff = 0;
++static const int duOn = 1;
++static const int duAuto = 2; // Update if version <= 1.93
- static const char VersionStr [] = "1.30"; // Also valid for 1.40
- static const char VersionID [] = "ESTIC-Version";
+ static const char VersionStr [] = "1.50";
+ static const char VersionID [] = "ESTIC-Version";