/[svn]/linuxsampler/trunk/src/common/global.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/global.h

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

revision 1212 by schoenebeck, Tue May 29 23:59:36 2007 UTC revision 1399 by schoenebeck, Thu Oct 11 18:53:29 2007 UTC
# Line 84  class Runnable { Line 84  class Runnable {
84    
85  extern double GLOBAL_VOLUME;  extern double GLOBAL_VOLUME;
86    
87    // I read with some Linux kernel versions (between 2.4.18 and 2.4.21)
88    // sscanf() might be buggy regarding parsing of hex characters, so ...
89    int hexToNumber(char hex_digit);
90    int hexsToNumber(char hex_digit0, char hex_digit1 = '0');
91    
92  #endif // __LS_GLOBAL_H__  #endif // __LS_GLOBAL_H__

Legend:
Removed from v.1212  
changed lines
  Added in v.1399

  ViewVC Help
Powered by ViewVC