[xiph-commits] r13460 - trunk/ezstream/src

moritz at svn.xiph.org moritz at svn.xiph.org
Wed Aug 8 06:24:30 PDT 2007


Author: moritz
Date: 2007-08-08 06:24:29 -0700 (Wed, 08 Aug 2007)
New Revision: 13460

Modified:
   trunk/ezstream/src/xalloc.c
Log:
Sync.


Modified: trunk/ezstream/src/xalloc.c
===================================================================
--- trunk/ezstream/src/xalloc.c	2007-08-08 13:24:01 UTC (rev 13459)
+++ trunk/ezstream/src/xalloc.c	2007-08-08 13:24:29 UTC (rev 13460)
@@ -594,7 +594,7 @@
 #ifdef XALLOC_DEBUG
 	if (debug_level > 0) {
 		struct memory	*mem_exists;
-		ssize_t 	 diff = nsiz - mem->size;
+		ssize_t 	 diff = (ssize_t)(nsiz - mem->size);
 
 		XALLOC_LOCK(xalloc_mutex);
 		xalloc_allocated += diff;



More information about the commits mailing list