diff options
| -rw-r--r-- | src/fr-command-lrzip.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/fr-command-lrzip.c b/src/fr-command-lrzip.c index 7c02128..74cb9fd 100644 --- a/src/fr-command-lrzip.c +++ b/src/fr-command-lrzip.c @@ -76,7 +76,7 @@ list__process_line (char     *line,  	fdata->dir = FALSE;  	fdata->link = NULL; -	if (fdata->name == 0) +	if (*fdata->name == '\0')  		file_data_free (fdata);  	else  		fr_command_add_file (comm, fdata); | 
