diff options
Diffstat (limited to 'src/nad_init.c')
| -rw-r--r-- | src/nad_init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nad_init.c b/src/nad_init.c index 84dc9867..3148eeb9 100644 --- a/src/nad_init.c +++ b/src/nad_init.c @@ -85,7 +85,7 @@ static void swap_words( void *data_in, int word_size, int word_count ) int nad_ctable_load( projCtx ctx, struct CTABLE *ct, PAFile fid ) { - int a_size; + size_t a_size; pj_ctx_fseek( ctx, fid, sizeof(struct CTABLE), SEEK_SET ); @@ -158,7 +158,7 @@ struct CTABLE *nad_ctable_init( projCtx ctx, PAFile fid ) int nad_ctable2_load( projCtx ctx, struct CTABLE *ct, PAFile fid ) { - int a_size; + size_t a_size; pj_ctx_fseek( ctx, fid, 160, SEEK_SET ); |
