[GRASS-SVN] r37564 - grass/trunk/include/iostream

svn_grass at osgeo.org svn_grass at osgeo.org
Thu May 28 04:37:19 EDT 2009


Author: neteler
Date: 2009-05-28 04:37:18 -0400 (Thu, 28 May 2009)
New Revision: 37564

Modified:
   grass/trunk/include/iostream/ami_sort.h
Log:
ltoma: off_t fix lost in last update

Modified: grass/trunk/include/iostream/ami_sort.h
===================================================================
--- grass/trunk/include/iostream/ami_sort.h	2009-05-28 08:32:21 UTC (rev 37563)
+++ grass/trunk/include/iostream/ami_sort.h	2009-05-28 08:37:18 UTC (rev 37564)
@@ -30,7 +30,7 @@
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  General Public License for more details.  *
+ *  General Public License for more details.
  *  **************************************************************************/
 
 
@@ -97,7 +97,7 @@
 {
   char* name=NULL;
   queue<char*>* runList;
-  int instreamLength;
+  off_t instreamLength;
 
   assert(instream && outstream && cmp); 
   instreamLength = instream->stream_len();



More information about the grass-commit mailing list