[trunk] Remove another warning. ftell returns long int
Update issue 256
This commit is contained in:
parent
36320b4bf4
commit
872368d25c
|
@ -937,7 +937,7 @@ static int parse_cmdline_encoder(int argc, char **argv, opj_cparameters_t *param
|
||||||
float *lCurrentDoublePtr;
|
float *lCurrentDoublePtr;
|
||||||
float *lSpace;
|
float *lSpace;
|
||||||
int *l_int_ptr;
|
int *l_int_ptr;
|
||||||
int lNbComp = 0, lTotalComp, lMctComp, i, lStrLen, lStrFread;
|
int lNbComp = 0, lTotalComp, lMctComp, i; long int lStrLen, lStrFread;
|
||||||
|
|
||||||
/* Open file */
|
/* Open file */
|
||||||
FILE * lFile = fopen(lFilename,"r");
|
FILE * lFile = fopen(lFilename,"r");
|
||||||
|
|
Loading…
Reference in New Issue