Fix hardened builds and typo in configure.ac

Removes:
 • clamav_plugin.c:149:5: error: format not a string literal and
   no format arguments [-Werror=format-security]
 • ./configure: line 20189: dbl: command not found
This commit is contained in:
Ricardo Mones 2014-04-22 09:36:30 +02:00
parent 03b8706215
commit 4242394d7e
2 changed files with 2 additions and 2 deletions

View file

@ -1045,7 +1045,7 @@ dnl Archive: libarchive
dnl Fancy: Webkit, curl, optionally libsoup-gnome
dnl Gdata: libgdata
dnl Geolocation: libchamplain, libsoup
dbl Libravatar: libcurl
dnl Libravatar: libcurl
dnl Notification: optionally libnotify libindicate libcanberra_gtk hotkey
dnl Pdf-Viewer: libpoppler
dnl Perl: sed perl

View file

@ -145,7 +145,7 @@ static gboolean scan_func(GNode *node, gpointer data)
else {
msg = g_strdup_printf(_("File: %s. Size (%d) greater than limit (%d)\n"), outfile, (int) info.st_size, max);
statusbar_print_all("%s", msg);
debug_print(msg);
debug_print("%s", msg);
g_free(msg);
}
}