[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    ARTS_1_1_BRANCH: arts/soundserver
From:       George Staikos <staikos () kde ! org>
Date:       2003-07-31 22:38:42
[Download RAW message or body]

CVS commit by staikos: 

no fabsf() in non-C99 environments

This should be forward ported.

CCMAIL: 61796-done@bugs.kde.org


  M +1 -1      artsd.cc   1.43.2.3


--- arts/soundserver/artsd.cc  #1.43.2.2:1.43.2.3
@@ -292,5 +292,5 @@ int main(int argc, char **argv)
         AudioManager audioManager;
 
-        if (fabsf(cfgVolume) > 1e-10)
+        if (fabs(cfgVolume) > 1e-10)
                 server.outVolume().scaleFactor(cfgVolume);
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic