fix for pb2 failure after bug#47012 push.
This commit is contained in:
parent
a120e969a8
commit
c4584fc6d4
@ -70,6 +70,7 @@ int az_open (azio_stream *s, const char *path, int Flags, File fd)
|
|||||||
s->mode = 'r';
|
s->mode = 'r';
|
||||||
s->version = (unsigned char)az_magic[1]; /* this needs to be a define to version */
|
s->version = (unsigned char)az_magic[1]; /* this needs to be a define to version */
|
||||||
s->minor_version= (unsigned char) az_magic[2]; /* minor version */
|
s->minor_version= (unsigned char) az_magic[2]; /* minor version */
|
||||||
|
s->dirty= AZ_STATE_CLEAN;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
We do our own version of append by nature.
|
We do our own version of append by nature.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user