davidmhewitt / torrential

A simple torrent client for elementary OS
GNU General Public License v2.0
143 stars 30 forks source link

Widgets/TorrentListRow: Fixed array expression error #149

Closed Foxboron closed 3 years ago

Foxboron commented 3 years ago

Relate to vala 0.52.0

Error:

/build/torrential/src/torrential/src/Widgets/TorrentListRow.vala:152.13-152.20: error: syntax error, no expression allowed between array brackets
            char[40] buf = new char[40];
            ^^^^^^^^

Signed-off-by: Morten Linderud morten@linderud.pw