Comment 18 for bug 1889659

Revision history for this message
David Calladine (calladine) wrote : Re: [Bug 1889659] Re: crash on typing in category during add.

The line was something like this.

<cat key="1" name=/>

When you would export the file it would call it null. But with the syntax wrong every time the program would open the file it would crash.

On 2/6/2021 11:39 AM, Maxime DOYEN wrote:
> It apparently left a NULL entry in the file. I cleared that
> entry by first manually editing the file to correct the syntax of the
> line.
> => what was the exact syntax ?
>
> <cat key="1" name="null"/>
> <cat key="2" name="(null)"/>
>
> something else ?
>