bug-recutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: segmentation fault on simple rec file


From: Jose E. Marchesi
Subject: Re: segmentation fault on simple rec file
Date: Tue, 04 Feb 2020 15:25:48 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hi Hao.

Thanks for the report.
I just pushed a fix for this to the git repository.

BTW, typedefs are not necessary if you just want to use a type in a
single record set.  You could simplify your record descriptor like this:

%rec: Bug
%mandatory: Id Title Desc Status Reporter Time
%type: Id int
%type: Status enum TODO ACTIVE DOING DONE

Salud!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]