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

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

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

revision 3047 by schoenebeck, Thu May 22 15:17:09 2014 UTC revision 3048 by schoenebeck, Fri Nov 25 18:34:45 2016 UTC
# Line 312  static bool convertFileToMono(const stri Line 312  static bool convertFileToMono(const stri
312          e.PrintMessage();          e.PrintMessage();
313          return false; // error          return false; // error
314      } catch (...) {      } catch (...) {
315          cerr << "Unknown exception occured while trying to convert file." << endl;          cerr << "Unknown exception occurred while trying to convert file." << endl;
316          return false; // error          return false; // error
317      }      }
318      return true; // success      return true; // success

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

  ViewVC Help
Powered by ViewVC