avoid printing NULL string
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
3d4e95e526
commit
d0981d4c5b
1 changed files with 1 additions and 1 deletions
|
@ -627,7 +627,7 @@ static int sync_db_read(alpm_db_t *db, struct archive *archive,
|
||||||
/* A file exists outside of a subdirectory. This isn't a read error, so return
|
/* A file exists outside of a subdirectory. This isn't a read error, so return
|
||||||
* success and try to continue on. */
|
* success and try to continue on. */
|
||||||
_alpm_log(db->handle, ALPM_LOG_WARNING, _("unknown database file: %s\n"),
|
_alpm_log(db->handle, ALPM_LOG_WARNING, _("unknown database file: %s\n"),
|
||||||
filename);
|
entryname);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue