On Tue, Oct 04, 2016, Dmitrij D. Czarkoff wrote:

[please do not Cc me]

> I shouldn't have started on sending patches at 3AM.  This one should do
> what I intended it to do.  Sorry for noise.

> +             else if (t == NULL && sa->minsz != sa->maxsz)
> +                     errx(1, "%s: parse error on line %u", filename, idx);

This doesn't seem to resolve the problem that sa->rate is
not initialized, so a simple file like this still triggers
the error message (at least in my tests):

/       500M
swap    1G
/usr    2G
/home   500G

Reply via email to