* Sync with recent trunk (r52637).
[reactos.git] / base / applications / sndrec32 / sndrec32.cpp
index 3e0f4a7..830e232 100644 (file)
@@ -462,7 +462,7 @@ WndProc_wave( HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam )
 
                 x = ( i * samples ) / WAVEBAR_CX;
 
-                line_h = ( abs(AUD_OUT->nsample( x )) * max_h ) / AUD_OUT->samplevalue_max();
+                line_h = ( AUD_OUT->nsample( x ) * max_h ) / AUD_OUT->samplevalue_max();
 
 
                 if ( line_h )