diff options
Diffstat (limited to 'misc/estic/files/patch-console.cc')
-rw-r--r-- | misc/estic/files/patch-console.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/estic/files/patch-console.cc b/misc/estic/files/patch-console.cc deleted file mode 100644 index a99ac0dc7444..000000000000 --- a/misc/estic/files/patch-console.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- spunk/xsrc/console.cc.orig Sat Feb 26 17:48:40 2000 -+++ spunk/xsrc/console.cc Sat Feb 26 17:49:13 2000 -@@ -374,7 +374,7 @@ - // the parameter following this name and remove both from the argument list. - { - // Get the argument vector -- const char** Args = GetArgVec (); -+ const char** Args = (const char **)GetArgVec (); - - // search for the given argument - int I = 1; |