fix for pb2 failure after bug#47012 push.

This commit is contained in:
Anurag Shekhar 2009-11-17 17:44:27 +05:30
parent a120e969a8
commit c4584fc6d4

View File

@ -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.