diff options
| author | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-02-13 09:00:37 +0000 |
|---|---|---|
| committer | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-02-13 09:00:37 +0000 |
| commit | d084ff59f2da8bfa430d113105df1037fb1c605f (patch) | |
| tree | b0e44cacb2613bde311780296d510da4e4357b66 /ChangeLog | |
| parent | dcc6f679bc82055dca47654c562af27701b5da7c (diff) | |
David Fries suggestions. In image_to_j2k and j2k_to_image, strncpy() functions: instead of specifying the path size macro, let the compiler read the length out of the array entry.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ What's New for OpenJPEG + : added February 13, 2007 -! [FOD] Change file modified. -fPIC flag used for 64-bit compilation. Move operation (rather than copy) for the dist library creation, and -p flag added. +! [FOD] David Fries suggestions. In image_to_j2k and j2k_to_image, strncpy() functions: instead of specifying the path size macro, let the compiler read the length out of the array entry. +! [FOD] David Fries suggestions. Makefile modified. -fPIC flag used for 64-bit compilation. Move operation (rather than copy) for the dist library creation, and -p flag added. January 31, 2007 ! [FOD] Extra tokens at the end of #endif directive corrected in openjpeg.c, j2k.c and image_to_j2k.c -> no more warnings in linux compilation |
