Commit 05ad9b88 authored by claes's avatar claes

Disorder in use of devOnly flag (there seems to be too many flags...)

parent f3810dba
......@@ -836,7 +836,7 @@ writeTree(wb_dbs::sOentry *oep, FILE *fp)
return 1;
if (oep->poep)
oep->flags.b.devOnly |= oep->poep->flags.b.devOnly;
oep->o.flags.b.devOnly |= oep->poep->o.flags.b.devOnly;
if (fwrite(&oep->o, dbs_dAlign(sizeof(oep->o)), 1, fp) < 1)
return LDH__FILEWRITE;
......
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