wrlib: RRotateImage function not fully implemented
commit29301d9b038776dae7a58bf762b95af676f78cde
authorDavid Maciejak <david.maciejak@gmail.com>
Wed, 21 May 2014 10:10:22 +0000 (21 17:10 +0700)
committerCarlos R. Mafra <crmafra@gmail.com>
Wed, 21 May 2014 12:10:09 +0000 (21 13:10 +0100)
treeff35943a6b722ee23c2c15571010ae161486dd78
parent5ee39b7a27674fa5f260094d7691ef96b1bcaeb0
wrlib: RRotateImage function not fully implemented

when the rotation angle value passed to RRotateImage is a modulo of 90,
the function is working well but in other cases the rotateImage()
function is called. That last function is half implemented but
the half already implemented part is also segfaulting (use the testrot.c
to replay the crash).
So the patch is moving the 'not implemented' msg to disable the whole
rotateImage() function and comment it out.
wrlib/rotate.c