[pacman-dev] CVS update of pacman-lib/lib/libalpm (be_files.c)

Dan McGee dan at archlinux.org
Mon Mar 12 11:49:31 EDT 2007


    Date: Monday, March 12, 2007 @ 11:49:31
  Author: dan
    Path: /home/cvs-pacman/pacman-lib/lib/libalpm

Modified: be_files.c (1.38 -> 1.39)

* Noted a misspelling for later (after we are not in string freeze).


------------+
 be_files.c |    2 ++
 1 file changed, 2 insertions(+)


Index: pacman-lib/lib/libalpm/be_files.c
diff -u pacman-lib/lib/libalpm/be_files.c:1.38 pacman-lib/lib/libalpm/be_files.c:1.39
--- pacman-lib/lib/libalpm/be_files.c:1.38	Mon Mar 12 11:41:33 2007
+++ pacman-lib/lib/libalpm/be_files.c	Mon Mar 12 11:49:31 2007
@@ -183,6 +183,8 @@
 			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);
 		}




More information about the pacman-dev mailing list