Commit 3d682d35 authored by Anurag Shekhar's avatar Anurag Shekhar

fix for pb2 failure after bug#47012 push.

parent 2a254a13
......@@ -70,6 +70,7 @@ int az_open (azio_stream *s, const char *path, int Flags, File fd)
s->mode = 'r';
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->dirty= AZ_STATE_CLEAN;
/*
We do our own version of append by nature.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment