Commit 8a9e323be28cca5b7e7b77ab4c0370362ce6da06
1 parent
44afb84b
Exists in
master
and in
7 other branches
Fix size type
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/DATA/TOOLS/ConvertDDTimeToDouble.c
@@ -337,7 +337,7 @@ int convertNCFile(char* oldFilePath, char* newFilePath) { | @@ -337,7 +337,7 @@ int convertNCFile(char* oldFilePath, char* newFilePath) { | ||
337 | void* values; | 337 | void* values; |
338 | void* values_converted; | 338 | void* values_converted; |
339 | int k; | 339 | int k; |
340 | - int size; | 340 | + long size; |
341 | size_t* start; | 341 | size_t* start; |
342 | size_t* count; | 342 | size_t* count; |
343 | for (i = 0; i < info.nvars; ++i) { | 343 | for (i = 0; i < info.nvars; ++i) { |