Skip to content
New issue

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

conflict with zlib-1.2.11 #6

Open
frankrw3 opened this issue May 19, 2017 · 0 comments
Open

conflict with zlib-1.2.11 #6

frankrw3 opened this issue May 19, 2017 · 0 comments

Comments

@frankrw3
Copy link

The new zlib-1.2.11 has a new function that is called uncompress2 that conflicts with the one in cdriso.c line 916 and line 995.

cdriso.c:916:static int uncompress2(void *out, unsigned long *out_size, void *in, unsigned long in_size)
cdriso.c:995: ret = uncompress2(compr_img->buff_raw[0], &cdbuffer_size, compr_img->buff_compressed, size);

to resolve this conflict I renamed the uncompress2 in the cdriso.c file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant