From c7cae22e3dc96b19836015bb7aa93cfeca4f9ac8 Mon Sep 17 00:00:00 2001 From: Ben Millwood Date: Tue, 8 Sep 2009 14:47:02 +0100 Subject: [PATCH] * Fix typo in cl_avi.c (=+ should be +=) --- code/client/cl_avi.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git ioq3-r1582/code/client/cl_avi.c avitypo/code/client/cl_avi.c index 12cde11..b03adea 100644 --- ioq3-r1582/code/client/cl_avi.c +++ avitypo/code/client/cl_avi.c @@ -555,7 +555,7 @@ void CL_WriteAVIAudioFrame( const byte *pcmBuffer, int size ) afd.numAudioFrames++; afd.moviSize += ( chunkSize + paddingSize ); - afd.a.totalBytes =+ bytesInBuffer; + afd.a.totalBytes += bytesInBuffer; // Index bufIndex = 0; -- 1.6.4.2