tarot231 / leafpad

GTK+ based simple text editor
GNU General Public License v2.0
44 stars 14 forks source link

fix format-security error from gcc #13

Closed eworm-de closed 1 year ago

eworm-de commented 1 year ago

Building with -Werror=format-security causes several of these errors:

error: format not a string literal and no format arguments [-Werror=format-security]

Let's fix by giving a proper format string.