From d971db73c3e7225560518d3421377466a29debda Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 29 Nov 2006 22:22:21 +0000 Subject: (Trans_add) remove guard, proper fix is now enough --- URPM.xs | 1 - 1 file changed, 1 deletion(-) diff --git a/URPM.xs b/URPM.xs index 5e650a4..155aa14 100644 --- a/URPM.xs +++ b/URPM.xs @@ -2696,7 +2696,6 @@ Trans_add(trans, pkg, ...) #endif while (--j >= 0) { SV **e = av_fetch(excludepath, j, 0); - relocations[j].newPath = NULL; if (e != NULL && *e != NULL) { relocations[j].oldPath = SvPV_nolen(*e); } -- cgit v1.2.1