masneyb / gftp

gFTP is a free multithreaded file transfer client for *NIX based machines. 56 language translations available.
http://www.gftp.org
MIT License
118 stars 21 forks source link

Fix format not a string literal and no format arguments in gtk_message_dialog_new #101

Closed gusnan closed 3 years ago

gusnan commented 3 years ago

Debian handles some warnings as errors, and thus this is a build failure.

bookmarks.c:364:34: error: format not a string literal and no format arguments [-Werror=format-security]
  364 |                                  error);
      |                                  ^~~~~