[rkward-cvs] rkward/rkward rkconsole.cpp,1.10,1.11
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Fri Sep 23 17:19:32 UTC 2005
- Previous message: [rkward-cvs] rkward/rkward/rbackend rcommand.h,1.15,1.16 rembed.cpp,1.22,1.23 rembed.h,1.9,1.10 rinterface.cpp,1.27,1.28 rthread.cpp,1.17,1.18 rthread.h,1.14,1.15
- Next message: [rkward-cvs] rkward TODO,1.66,1.67
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/rkward/rkward/rkward
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3446/rkward
Modified Files:
rkconsole.cpp
Log Message:
Merged REmbed into RThread
Index: rkconsole.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rkconsole.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** rkconsole.cpp 17 Sep 2005 19:23:52 -0000 1.10
--- rkconsole.cpp 23 Sep 2005 17:19:30 -0000 1.11
***************
*** 203,206 ****
--- 203,208 ----
if (command->hasError ()) {
append (command->error ());
+ } else if (command->errorSyntax ()) {
+ append (i18n ("Syntax error"));
}
- Previous message: [rkward-cvs] rkward/rkward/rbackend rcommand.h,1.15,1.16 rembed.cpp,1.22,1.23 rembed.h,1.9,1.10 rinterface.cpp,1.27,1.28 rthread.cpp,1.17,1.18 rthread.h,1.14,1.15
- Next message: [rkward-cvs] rkward TODO,1.66,1.67
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rkward-tracker
mailing list