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

List:       kde-commits
Subject:    playground/multimedia/kalva
From:       Andreas Silberstorff <ml () andreas-silberstorff ! de>
Date:       2005-06-30 21:54:21
Message-ID: 1120168461.507850.20770.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 430315 by silberstorff:

use namespace std with standard c function fmod (avoids compile error on
some distributions)



 M  +1 -1      prefs.cpp  


--- trunk/playground/multimedia/kalva/prefs.cpp #430314:430315
@@ -266,7 +266,7 @@
    kdDebug() << "exactw  = " << exactw << endl;
    kdDebug() << "exacth  = " << exacth << endl;
 
-   double modw16    = fmod(exactw, 16);
+   double modw16    = std::fmod(exactw, 16);
    kdDebug() << "modw16  = " << modw16 << endl;
    double cropw     = exactw - modw16;
    if ( modw16 > 8 )
[prev in list] [next in list] [prev in thread] [next in thread] 

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