projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix compile errors on non-Intel CPUs:
[proxmark3-svn]
/
zlib
/
inflate.c
diff --git
a/zlib/inflate.c
b/zlib/inflate.c
index 091b9a22fe87d53992535cf57fa2a2099c4fb61b..df2f9d6602201272c19e50ed7e84bca149f743eb 100644
(file)
--- a/
zlib/inflate.c
+++ b/
zlib/inflate.c
@@
-1523,7
+1523,7
@@
z_streamp strm;
{
struct inflate_state FAR *state;
{
struct inflate_state FAR *state;
- if (strm == Z_NULL || strm->state == Z_NULL) return
-1
L << 16;
+ if (strm == Z_NULL || strm->state == Z_NULL) return
~0U
L << 16;
state = (struct inflate_state FAR *)strm->state;
return ((long)(state->back) << 16) +
(state->mode == COPY ? state->length :
state = (struct inflate_state FAR *)strm->state;
return ((long)(state->back) << 16) +
(state->mode == COPY ? state->length :
Impressum
,
Datenschutz