/[svn]/gigedit/trunk/src/gigedit/CombineInstrumentsDialog.cpp
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/CombineInstrumentsDialog.cpp

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

revision 3781 by schoenebeck, Fri May 29 21:49:48 2020 UTC revision 3782 by schoenebeck, Fri May 29 23:25:06 2020 UTC
# Line 317  static void fillDimValues(uint* values/* Line 317  static void fillDimValues(uint* values/*
317          else if (iDimIndex < 0) continue;          else if (iDimIndex < 0) continue;
318          values[iDimIndex] = it->second;          values[iDimIndex] = it->second;
319          #if DEBUG_COMBINE_INSTRUMENTS          #if DEBUG_COMBINE_INSTRUMENTS
320          printf("%x=%d, ", type, it->second);          printf("0x%x=%d, ", type, it->second);
321          #endif          #endif
322      }      }
323      #if DEBUG_COMBINE_INSTRUMENTS      #if DEBUG_COMBINE_INSTRUMENTS

Legend:
Removed from v.3781  
changed lines
  Added in v.3782

  ViewVC Help
Powered by ViewVC