[quake3-commits] r1583 - trunk/code/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Sep 8 17:47:19 EDT 2009


Author: tma
Date: 2009-09-08 17:47:18 -0400 (Tue, 08 Sep 2009)
New Revision: 1583

Modified:
   trunk/code/client/cl_avi.c
Log:
* Fix typo in cl_avi.c (Ben Millwood/bubu^)


Modified: trunk/code/client/cl_avi.c
===================================================================
--- trunk/code/client/cl_avi.c	2009-08-02 02:21:23 UTC (rev 1582)
+++ trunk/code/client/cl_avi.c	2009-09-08 21:47:18 UTC (rev 1583)
@@ -555,7 +555,7 @@
 
     afd.numAudioFrames++;
     afd.moviSize += ( chunkSize + paddingSize );
-    afd.a.totalBytes =+ bytesInBuffer;
+    afd.a.totalBytes += bytesInBuffer;
 
     // Index
     bufIndex = 0;



More information about the quake3-commits mailing list