[q-lang-cvs] qcalc qcalc.q,1.157,1.158
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2007-11-16 13:11:22
|
Update of /cvsroot/q-lang/qcalc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19887 Modified Files: qcalc.q Log Message: bugfixes Index: qcalc.q =================================================================== RCS file: /cvsroot/q-lang/qcalc/qcalc.q,v retrieving revision 1.157 retrieving revision 1.158 diff -C2 -d -r1.157 -r1.158 *** qcalc.q 16 Nov 2007 11:44:15 -0000 1.157 --- qcalc.q 16 Nov 2007 13:11:18 -0000 1.158 *************** *** 2768,2772 **** = // make sure that the new value is set in the inferior // process (also check that the value is transferable) ! submit_val (I,J) Y || process_gui (I,J) X if checkval Y where Y = gui_getval X; --- 2768,2772 ---- = // make sure that the new value is set in the inferior // process (also check that the value is transferable) ! submit_val (I,J) Y if checkval Y where Y = gui_getval X; |