diff options
author | Thierry Vignaud <tv@mandriva.org> | 2006-11-29 22:22:21 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2006-11-29 22:22:21 +0000 |
commit | d971db73c3e7225560518d3421377466a29debda (patch) | |
tree | c66d317280a69639bf34288ff05a46eff42111c7 /URPM.xs | |
parent | 731629ff2296573c9a4f953183892b6dde4ac732 (diff) | |
download | perl-URPM-d971db73c3e7225560518d3421377466a29debda.tar perl-URPM-d971db73c3e7225560518d3421377466a29debda.tar.gz perl-URPM-d971db73c3e7225560518d3421377466a29debda.tar.bz2 perl-URPM-d971db73c3e7225560518d3421377466a29debda.tar.xz perl-URPM-d971db73c3e7225560518d3421377466a29debda.zip |
(Trans_add) remove guard, proper fix is now enough
Diffstat (limited to 'URPM.xs')
-rw-r--r-- | URPM.xs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); } |