Show
Ignore:
Timestamp:
08/29/10 23:29:03 (21 months ago)
Author:
Carsten
Message:

More 64-bit Windows build fixes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cafu/trunk/Libs/SoundSystem/Common/OggVorbisStream.cpp

    r105 r140  
    3939    cf::FileSys::InFileI* StreamFile=(cf::FileSys::InFileI*) DataSource; 
    4040 
    41     return StreamFile->Read((char*)Buffer, ElementSize*NumRead); 
     41    return StreamFile->Read((char*)Buffer, uint32_t(ElementSize*NumRead)); 
    4242} 
    4343