summaryrefslogtreecommitdiff
path: root/tests/testall.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testall.cpp')
-rw-r--r--tests/testall.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testall.cpp b/tests/testall.cpp
index 419f27b..b94ce69 100644
--- a/tests/testall.cpp
+++ b/tests/testall.cpp
@@ -66,7 +66,7 @@ int sawni( void *outputBuffer, void * /*inputBuffer*/, unsigned int nBufferFrame
if ( status )
std::cout << "Stream underflow detected!" << std::endl;
- float increment;
+ double increment;
for ( j=0; j<channels; j++ ) {
increment = BASE_RATE * (j+1+(j*0.1));
for ( i=0; i<nBufferFrames; i++ ) {