From f4340129d59377b32a7be64e09f71cb8faa3ac07 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 31 Jan 2007 04:42:39 +0000 Subject: More uninitialized stuff... I believe these were removed at some point. Should be fixed. --- src/pacman/add.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pacman/add.c') diff --git a/src/pacman/add.c b/src/pacman/add.c index 64e5264d..111ea9de 100644 --- a/src/pacman/add.c +++ b/src/pacman/add.c @@ -38,7 +38,7 @@ extern config_t *config; int pacman_add(alpm_list_t *targets) { - alpm_list_t *i = targets, *data; + alpm_list_t *i = targets, *data = NULL; int retval = 0; if(targets == NULL) { -- cgit v1.2.3-70-g09d2