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

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

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

revision 3920 by schoenebeck, Sun Jun 13 15:56:31 2021 UTC revision 3921 by schoenebeck, Mon Jun 14 09:28:04 2021 UTC
# Line 1690  namespace RIFF { Line 1690  namespace RIFF {
1690      void List::LoadSubChunksRecursively(progress_t* pProgress) {      void List::LoadSubChunksRecursively(progress_t* pProgress) {
1691          const int n = (int) CountSubLists();          const int n = (int) CountSubLists();
1692          int i = 0;          int i = 0;
1693          for (List* pList = GetFirstSubList(); pList; pList = GetNextSubList(), ++i) {          for (List* pList = GetSubListAt(i); pList; pList = GetSubListAt(++i)) {
1694              if (pProgress) {              if (pProgress) {
1695                  // divide local progress into subprogress                  // divide local progress into subprogress
1696                  progress_t subprogress;                  progress_t subprogress;

Legend:
Removed from v.3920  
changed lines
  Added in v.3921

  ViewVC Help
Powered by ViewVC