From: Christian P. <cp...@us...> - 2005-06-29 00:06:44
|
Update of /cvsroot/pclasses/pclasses2/plugins/IOHandler/file In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30238/plugins/IOHandler/file Modified Files: IOHandler_file.cpp Log Message: - Fixed a small bug in IORequest_file_Get::read() Index: IOHandler_file.cpp =================================================================== RCS file: /cvsroot/pclasses/pclasses2/plugins/IOHandler/file/IOHandler_file.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- IOHandler_file.cpp 22 Jun 2005 11:40:04 -0000 1.3 +++ IOHandler_file.cpp 29 Jun 2005 00:06:35 -0000 1.4 @@ -56,7 +56,7 @@ if(!ret) setEof(true); - return true; + return ret; } private: |