This commit is contained in:
Glenn Maynard
2006-02-14 11:16:39 +00:00
parent 958299c734
commit 62a0ac1370
10 changed files with 42 additions and 45 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ int RageFileObj::Seek( int offset, int whence )
int RageFileObj::Read( void *pBuffer, size_t iBytes )
{
int ret = 0;
int ret = 0;
while( !m_bEOF && iBytes > 0 )
{