[GRASS-SVN] r41548 - grass/branches/develbranch_6/include/iostream

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Mar 25 21:30:22 EDT 2010


Author: hamish
Date: 2010-03-25 21:30:20 -0400 (Thu, 25 Mar 2010)
New Revision: 41548

Modified:
   grass/branches/develbranch_6/include/iostream/ami_stream.h
Log:
reenable debug msg to help with #1006

Modified: grass/branches/develbranch_6/include/iostream/ami_stream.h
===================================================================
--- grass/branches/develbranch_6/include/iostream/ami_stream.h	2010-03-26 01:14:31 UTC (rev 41547)
+++ grass/branches/develbranch_6/include/iostream/ami_stream.h	2010-03-26 01:30:20 UTC (rev 41548)
@@ -361,7 +361,9 @@
     exit(1);
   }
 
-  //fprintf(stderr, "%s: length = %lld\n", path, buf.st_size);
+  //DEBUG:
+  fprintf(stderr, "%s: length = %lld   sizeof(T)=%d\n",
+	  path, buf.st_size, sizeof(T));
 
   return (buf.st_size / sizeof(T));
 };



More information about the grass-commit mailing list