Avoid a potential crash when debugging

This commit is contained in:
Pierre Pronchery 2021-01-24 04:16:05 +01:00
parent ac4cd8f8fc
commit 68767f8285

View File

@ -3710,7 +3710,7 @@ static void _view_on_filename_edited(GtkCellRendererText * renderer,
(void) renderer;
#ifdef DEBUG
fprintf(stderr, "DEBUG: %s(\"%s\", \"%s\") \"%s\"\n", __func__, path,
fprintf(stderr, "DEBUG: %s(\"%s\", \"%s\")\n", __func__, path,
filename);
#endif
if(strlen(filename) == 0)