20000403-02:11 GMT+1 Victor Szakats <info@szelvesz.hu>

This commit is contained in:
Viktor Szakats
2000-04-03 00:09:34 +00:00
parent 6ac91e4f1a
commit 83c6681014
20 changed files with 166 additions and 143 deletions

View File

@@ -385,7 +385,7 @@ static void hb_hrbFileRead( char * file, char * cBuffer, int iSize, int iCount )
while( nChar>0 ){
cBuffer[nChar-1] = ((char*)file+nPos)[nChar-1];
nChar--;
nChar--;
}
nPos += iSize*iCount;
}