/[svn]/libgig/trunk/src/gig.cpp
ViewVC logotype

Diff of /libgig/trunk/src/gig.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3474 by schoenebeck, Wed Feb 20 16:04:19 2019 UTC revision 3475 by schoenebeck, Wed Feb 20 17:06:11 2019 UTC
# Line 5749  namespace { Line 5749  namespace {
5749              RIFF::File* pExtFile = new RIFF::File(path);              RIFF::File* pExtFile = new RIFF::File(path);
5750    
5751              // skip unused int and filename              // skip unused int and filename
5752              ckDoxf->SetPos(132, RIFF::stream_whence_t::stream_curpos);              ckDoxf->SetPos(132, RIFF::stream_curpos);
5753    
5754              // check that the dlsids match              // check that the dlsids match
5755              RIFF::Chunk* ckDLSID = pExtFile->GetSubChunk(CHUNK_ID_DLID);              RIFF::Chunk* ckDLSID = pExtFile->GetSubChunk(CHUNK_ID_DLID);

Legend:
Removed from v.3474  
changed lines
  Added in v.3475

  ViewVC Help
Powered by ViewVC