git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55299 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -351,7 +351,7 @@ int main(int argc, char *argv[])
ns_res = outhd.ns_res;
nsizc = outhd.cols;
nsizr = outhd.rows;
- disk = nsizc * nsizr * sizeof(int);
+ disk = (off_t)nsizc * nsizr * sizeof(int);
az = G_alloc_vector(nsizc + 1);