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, 11 insertions, 0 deletions
diff --git a/math/xgfe/files/patch-rawGnu.cpp b/math/xgfe/files/patch-rawGnu.cpp
new file mode 100644
index 000000000000..081b48569bb8
--- /dev/null
+++ b/math/xgfe/files/patch-rawGnu.cpp
@@ -0,0 +1,11 @@
+--- 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);