summaryrefslogtreecommitdiff
path: root/math/xgfe/files/patch-rawGnu.cpp
blob: 081b48569bb8a3e66553b68e4c789ecee2a775f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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);