diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2017-07-26 21:06:38 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2017-07-26 21:06:38 +0200 |
| commit | 5e795d90a1e47616e0c7a2e39381c13ccf7fd6dd (patch) | |
| tree | b11a992a90fc82a23357ef9588aead07862b29a0 /src/lib/openjpip/jpip_parser.c | |
| parent | 2be20ce7d9996e960d79f3ad6ec439a9895849ed (diff) | |
Spelling fixes (patch by ka7, #890, rebased on top of master)
Diffstat (limited to 'src/lib/openjpip/jpip_parser.c')
| -rw-r--r-- | src/lib/openjpip/jpip_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjpip/jpip_parser.c b/src/lib/openjpip/jpip_parser.c index e921e92b..6d8f9500 100644 --- a/src/lib/openjpip/jpip_parser.c +++ b/src/lib/openjpip/jpip_parser.c @@ -360,7 +360,7 @@ void enqueue_imagedata(query_param_t query_param, msgqueue_param_t *msgqueue) if (msgqueue->cachemodel->jppstream) { enqueue_tileheader((int)tile_id, msgqueue); - /* FIXME: The following code is suspicious it implicitely cast an unsigned int to int, which truncates values */ + /* FIXME: The following code is suspicious it implicitly cast an unsigned int to int, which truncates values */ xmin = tile_Xrange.minvalue >= (Byte4_t)(imgreg.xosiz + imgreg.ox) ? 0 : imgreg.xosiz + imgreg.ox - (int)tile_Xrange.minvalue; xmax = tile_Xrange.maxvalue <= (Byte4_t)(imgreg.xosiz + imgreg.ox + imgreg.sx) |
