Bug 1573 : Book p. 344 - Incorrect code
Last modified: 2010-06-05 03:11




Status:
ASSIGNED
Resolution:
-
Priority:
P2
Severity:
normal

 

Reporter:
CL
Assigned To:
REAS

Attachment Type Created Size Actions

Description:   Opened: 2010-06-03 21:05
Example code 38-13
Line 13:
" imageColors[y*img.height + x] = img.get(x, y); "
should be modified as below
" imageColors[y*img.width + x] = img.get(x, y); "
This bug is now being tracked here.