Update of /cvsroot/rtk/rtk/src/core
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15437
Modified Files:
rchar.cpp
Log Message:
Just a little comment
Index: rchar.cpp
===================================================================
RCS file: /cvsroot/rtk/rtk/src/core/rchar.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** rchar.cpp 28 Feb 2004 22:27:26 -0000 1.5
--- rchar.cpp 29 Feb 2004 08:46:54 -0000 1.6
***************
*** 52,55 ****
--- 52,59 ----
s_ptr[1] can be over the actual buffer, if last char in fmt is '%'
So this is incorrect.
+
+ Pali:
+ IMHO if last char in fmt is '%', which means s_ptr[0] == '%'
+ then s_ptr[1] == '\0' ;-)
*/
|