From 6faf4336eb5952b141e1c239d194f5cd70f0a885 Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Wed, 13 Apr 2011 00:50:38 +0000 Subject: Updates for release 4.0.8, including new python binding, new teststops.cpp program, ALSA "default" flag, and various changes to stopping behavior (GS). --- tests/testall.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testall.cpp') diff --git a/tests/testall.cpp b/tests/testall.cpp index bd9ca74..695488d 100644 --- a/tests/testall.cpp +++ b/tests/testall.cpp @@ -86,7 +86,7 @@ int inout( void *outputBuffer, void *inputBuffer, unsigned int nBufferFrames, // a simple buffer copy operation here. if ( status ) std::cout << "Stream over/underflow detected." << std::endl; - unsigned long *bytes = (unsigned long *) data; + unsigned int *bytes = (unsigned int *) data; memcpy( outputBuffer, inputBuffer, *bytes ); return 0; } -- cgit v1.2.3