[cig-commits] r5605 - in long/3D/Gale/trunk: . src/StGermain/Base/Foundation/src

walter at geodynamics.org walter at geodynamics.org
Sun Dec 17 00:30:38 PST 2006


Author: walter
Date: 2006-12-17 00:30:37 -0800 (Sun, 17 Dec 2006)
New Revision: 5605

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/src/StGermain/Base/Foundation/src/Memory.c
Log:
 r1252 at earth:  boo | 2006-12-16 23:53:50 -0800
 Fix a bad printf format statement



Property changes on: long/3D/Gale/trunk
___________________________________________________________________
Name: svk:merge
   - 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:1249
   + 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:1252

Modified: long/3D/Gale/trunk/src/StGermain/Base/Foundation/src/Memory.c
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Base/Foundation/src/Memory.c	2006-12-17 07:03:12 UTC (rev 5604)
+++ long/3D/Gale/trunk/src/StGermain/Base/Foundation/src/Memory.c	2006-12-17 08:30:37 UTC (rev 5605)
@@ -547,7 +547,7 @@
 	size = Memory_Length_2DComplex( itemSize, xLength, yLengths );
 	
 	if ( 0 == size ) {
-		Journal_Printf( stgMemory->errorStream, "Warning: %s() called to allocate a 2D variable "
+		Journal_Printf( stgMemory->errorStream, "Warning: () called to allocate a 2D variable "
 			"length array where the total size calculated was 0. Returning NULL.\n" );
 		return NULL;
 	}



More information about the cig-commits mailing list