summaryrefslogtreecommitdiff
path: root/math/xgfe/files/patch-rawGnu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'math/xgfe/files/patch-rawGnu.cpp')
-rw-r--r--math/xgfe/files/patch-rawGnu.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/xgfe/files/patch-rawGnu.cpp b/math/xgfe/files/patch-rawGnu.cpp
deleted file mode 100644
index 081b48569bb8..000000000000
--- a/math/xgfe/files/patch-rawGnu.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- rawGnu.cpp.orig Wed Jan 7 22:24:01 1998
-+++ rawGnu.cpp Wed Mar 17 15:43:43 2004
-@@ -54,7 +54,7 @@
- QString command = rawCommand->text();
-
- string temp;
-- temp = command;
-+ temp = command.ascii();
-
- // issue command
- gnuInt->doRawCommand(temp);