rossj / openjpeg

Automatically exported from code.google.com/p/openjpeg
Other
0 stars 0 forks source link

Inconsistent logging of tile index #245

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Through the code the number of the currently being processed tiles was 
sometimes logged as 0-based and sometimes as 1-based. Attached patch changes 
this to consistently use 1-based indexes in log messages.

Patch was created with diff based on OpenJPEG 2.0.0

Original issue reported on code.google.com by brta.enf...@gmail.com on 8 Oct 2013 at 12:36

Attachments:

GoogleCodeExporter commented 8 years ago
Could you please provide a unified diff patch (diff -ru). Your patch does not 
apply for me over here:

$ patch --verbose -p1 --dry-run < /tmp/consistent\ use\ of\ tile\ index\ in\ 
logging 
Hmm...  I can't seem to find a patch in there anywhere.
patch: **** Only garbage was found in the patch input.

Original comment by mathieu.malaterre on 24 Feb 2014 at 8:40

GoogleCodeExporter commented 8 years ago

Original comment by mathieu.malaterre on 25 Feb 2014 at 3:56

GoogleCodeExporter commented 8 years ago
marking as wontfix until OP update status. thanks.

Original comment by mathieu.malaterre on 3 Mar 2014 at 11:54

GoogleCodeExporter commented 8 years ago
New patch created with command
diff -ru Patched/src/lib/openjp2/j2k.c Original/src/lib/openjp2/j2k.c > 
Issue245-Patch2.txt

Original comment by brta.enf...@gmail.com on 7 Jul 2014 at 10:03

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by antonin on 8 Jul 2014 at 11:43