We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally reported on Google Code with ID 460
static int imagetoraw_common(opj_image_t * image, void* buf, OPJ_BOOL big_endian) { ... Conversion of integers to unsigned short if(curr > 65536 ) curr = 65536; else if( curr < 0) curr = 0; ... }
Reported by [email protected] on 2014-12-23 11:07:06
[email protected]
The text was updated successfully, but these errors were encountered:
This issue was closed by revision r2985.
Reported by mayeut on 2014-12-23 15:06:27
Fixed
Sorry, something went wrong.
gcode-importer
No branches or pull requests
Originally reported on Google Code with ID 460
Reported by
[email protected]
on 2014-12-23 11:07:06The text was updated successfully, but these errors were encountered: