diff options
author | Dan McGee <dan@archlinux.org> | 2007-03-12 15:49:31 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-03-12 15:49:31 +0000 |
commit | 9e3a1853451230d887c3c89f49f04e502fb69621 (patch) | |
tree | 2f77ae1886891cdf861e5ea982c8ccccb0353fc6 /lib/libalpm | |
parent | 38784a7eb5194f6221373c047f29cfa6083c63c8 (diff) | |
download | pacman-9e3a1853451230d887c3c89f49f04e502fb69621.tar.xz |
* Noted a misspelling for later (after we are not in string freeze).v3.0.0-rc2
Diffstat (limited to 'lib/libalpm')
-rw-r--r-- | lib/libalpm/be_files.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libalpm/be_files.c b/lib/libalpm/be_files.c index 9a7bce9c..a24ad293 100644 --- a/lib/libalpm/be_files.c +++ b/lib/libalpm/be_files.c @@ -183,6 +183,8 @@ pmpkg_t *_alpm_db_scan(pmdb_t *db, const char *target) return(NULL); } if(_alpm_pkg_splitname(ent->d_name, pkg->name, pkg->version, 0) == -1) { + /* TODO wow, string freeze so correct the below later: dabatase -> database */ + /*_alpm_log(PM_LOG_ERROR, _("invalid name for database entry '%s'"), ent->d_name);*/ _alpm_log(PM_LOG_ERROR, _("invalid name for dabatase entry '%s'"), ent->d_name); return(NULL); } |