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

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

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

libgig/trunk/src/gigextract.cpp revision 2465 by schoenebeck, Thu Sep 5 03:01:51 2013 UTC libgig/trunk/src/tools/gigextract.cpp revision 2577 by persson, Sat May 24 06:43:29 2014 UTC
# Line 48  Line 48 
48  #include <sys/stat.h>  #include <sys/stat.h>
49  #include <errno.h>  #include <errno.h>
50    
51  #include "gig.h"  #include "../gig.h"
52    
53  #ifdef _MSC_VER  #ifdef _MSC_VER
54  #define S_ISDIR(x) (S_IFDIR & (x))  #define S_ISDIR(x) (S_IFDIR & (x))
# Line 434  void closeAFlib() { Line 434  void closeAFlib() {
434  #endif // !HAVE_SNDFILE  #endif // !HAVE_SNDFILE
435    
436  string Revision() {  string Revision() {
437      string s = "$Revision: 1.12 $";      string s = "$Revision$";
438      return s.substr(11, s.size() - 13); // cut dollar signs, spaces and CVS macro keyword      return s.substr(11, s.size() - 13); // cut dollar signs, spaces and CVS macro keyword
439  }  }
440    

Legend:
Removed from v.2465  
changed lines
  Added in v.2577

  ViewVC Help
Powered by ViewVC