SrainApp / srain

Modern IRC client written in GTK
https://srain.silverrainz.me/
Other
303 stars 34 forks source link

data/builtin.cfg: Fix syntax errors caused by trailing commas #330

Closed progval closed 3 years ago

SilverRainZ commented 3 years ago

I think the trailing commas is allowed by libconfig, can you please paste the error message?

progval commented 3 years ago

I get a popup saying "Failed to read system configuration file: At line 110: syntax error"

SilverRainZ commented 3 years ago

Get it, trailing commas is not allowed before libconfig 1.7[1], let's be compatible with the old version.

[1] https://github.com/hyperrealm/libconfig/blob/77d5bf5ad8cb98e15660a209aaf9bd46c97d7d9e/ChangeLog#L95