Prechádzať zdrojové kódy

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 rokov pred
rodič
commit
66001d79e5
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      raster/r.univar/globals.h

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

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