Avoid a potential crash when debugging
This commit is contained in:
parent
ac4cd8f8fc
commit
68767f8285
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user