/[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 3963 by schoenebeck, Sat Jun 19 12:02:19 2021 UTC revision 3969 by schoenebeck, Thu Jun 24 11:47:12 2021 UTC
# Line 6521  namespace { Line 6521  namespace {
6521              if (wvpl) {              if (wvpl) {
6522                  file_offset_t wvplFileOffset = wvpl->GetFilePos() -                  file_offset_t wvplFileOffset = wvpl->GetFilePos() -
6523                                                 wvpl->GetPos(); // should be zero, but just to be sure                                                 wvpl->GetPos(); // should be zero, but just to be sure
6524                  size_t i = 0;                  size_t iWaveCk = 0;
6525                  for (RIFF::List* wave = wvpl->GetSubListAt(i); wave;                  for (RIFF::List* wave = wvpl->GetSubListAt(iWaveCk); wave;
6526                       wave = wvpl->GetSubListAt(++i))                       wave = wvpl->GetSubListAt(++iWaveCk))
6527                  {                  {
6528                      if (wave->GetListType() == LIST_TYPE_WAVE) {                      if (wave->GetListType() == LIST_TYPE_WAVE) {
6529                          // notify current progress                          // notify current progress

Legend:
Removed from v.3963  
changed lines
  Added in v.3969

  ViewVC Help
Powered by ViewVC