Volker Blasius, 04jan93 (blasius@gmd.de) reports that

#define RMODE   0                 must be replaced with

#define RMODE   0x8001            // O_RDONLY | O_BINARY

or advdbs will stop reading the data file when it encounters a 0x1A
byte.
