From 6b84655e4a2dc9a06b28494c3c06e89bb99a151c Mon Sep 17 00:00:00 2001 From: nanardon Date: Sat, 17 Dec 2005 12:20:21 +0000 Subject: - fix rpmlibgetconf() git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@56 971eb68f-4bfb-0310-8326-d2484c010a4c --- RPM4/src/RPM4.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RPM4') diff --git a/RPM4/src/RPM4.xs b/RPM4/src/RPM4.xs index f88ec91..a4c8fa3 100644 --- a/RPM4/src/RPM4.xs +++ b/RPM4/src/RPM4.xs @@ -2111,7 +2111,7 @@ rpmlibgetconf(path = NULL) #endif PPCODE: #ifdef RPM4_4_3 - if(!rpmdsSysinfo(&Dep, path)) { + if(!rpmdsGetconf(&Dep, path)) { XPUSHs(sv_2mortal(sv_setref_pv(newSVpv("", 0), bless_rpmds, Dep))); } #else -- cgit v1.2.1