/[svn]/linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceAlsa.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceAlsa.cpp

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

revision 1319 by iliev, Mon Aug 27 07:51:28 2007 UTC revision 1320 by schoenebeck, Tue Sep 4 00:02:06 2007 UTC
# Line 735  namespace LinuxSampler { Line 735  namespace LinuxSampler {
735      }      }
736    
737      String AudioOutputDeviceAlsa::Version() {      String AudioOutputDeviceAlsa::Version() {
738         String s = "$Revision: 1.23 $";         String s = "$Revision: 1.24 $";
739         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
740      }      }
741    
# Line 768  namespace LinuxSampler { Line 768  namespace LinuxSampler {
768                  exit(EXIT_FAILURE);                  exit(EXIT_FAILURE);
769              }              }
770          }          }
771            // just to suppress compiler warning
772            return EXIT_FAILURE;
773      }      }
774    
775      /**      /**

Legend:
Removed from v.1319  
changed lines
  Added in v.1320

  ViewVC Help
Powered by ViewVC