/[svn]/libgig/trunk/src/tools/gigdump.cpp
ViewVC logotype

Diff of /libgig/trunk/src/tools/gigdump.cpp

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

revision 3047 by schoenebeck, Sat Sep 24 14:00:46 2016 UTC revision 3048 by schoenebeck, Fri Nov 25 18:34:45 2016 UTC
# Line 142  int main(int argc, char *argv[]) Line 142  int main(int argc, char *argv[])
142  }  }
143    
144  void PrintFileInformations(gig::File* gig) {  void PrintFileInformations(gig::File* gig) {
145      cout << "Global File Informations:" << endl;      cout << "Global File Information:" << endl;
146      cout << "    Total instruments: " << gig->Instruments << endl;      cout << "    Total instruments: " << gig->Instruments << endl;
147      if (gig->pVersion) {      if (gig->pVersion) {
148         cout << "    Version: " << gig->pVersion->major   << "."         cout << "    Version: " << gig->pVersion->major   << "."

Legend:
Removed from v.3047  
changed lines
  Added in v.3048

  ViewVC Help
Powered by ViewVC