浏览代码

change off_t to size_t on the advice of Glynn

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48258 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 13 年之前
父节点
当前提交
66001d79e5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      raster/r.univar/globals.h

+ 1 - 1
raster/r.univar/globals.h

@@ -41,7 +41,7 @@ typedef struct
     CELL *cell_array;
     int map_type;
     void *nextp;
-    off_t n_alloc;
+    size_t n_alloc;
     int first;
 } univar_stat;