[rkward-cvs] rkward/rkward/rbackend rthread.cpp,1.38,1.39
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Thu Jun 22 00:12:19 UTC 2006
Update of /cvsroot/rkward/rkward/rkward/rbackend
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv8414/rkward/rbackend
Modified Files:
rthread.cpp
Log Message:
Fix data re-allocation in RKVariable
Index: rthread.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rbackend/rthread.cpp,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** rthread.cpp 5 May 2006 13:05:31 -0000 1.38
--- rthread.cpp 22 Jun 2006 00:12:17 -0000 1.39
***************
*** 389,393 ****
for (QStringList::const_iterator it = commands.begin (); it != commands.end (); ++it) {
runCommandInternal (*it, &error);
! if (error) status |= OtherFail;
}
runCommandInternal ("options (error=quote (.rk.do.error ()))\n", &error);
--- 389,396 ----
for (QStringList::const_iterator it = commands.begin (); it != commands.end (); ++it) {
runCommandInternal (*it, &error);
! if (error) {
! status |= OtherFail;
! RK_DO (qDebug ("error in initialization call '%s'", (*it).latin1()), RBACKEND, DL_ERROR);
! }
}
runCommandInternal ("options (error=quote (.rk.do.error ()))\n", &error);
More information about the rkward-tracker
mailing list