poldek: poldek/install3/iset.c - capreq_stra()

mis mis at pld-linux.org
Sat Feb 2 22:29:56 CET 2008


Author: mis                          Date: Sat Feb  2 21:29:56 2008 GMT
Module: poldek                        Tag: HEAD
---- Log message:
- capreq_stra()

---- Files affected:
poldek/poldek/install3:
   iset.c (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: poldek/poldek/install3/iset.c
diff -u poldek/poldek/install3/iset.c:1.3 poldek/poldek/install3/iset.c:1.4
--- poldek/poldek/install3/iset.c:1.3	Wed Jan 30 22:29:35 2008
+++ poldek/poldek/install3/iset.c	Sat Feb  2 22:29:51 2008
@@ -183,7 +183,7 @@
     }
     
     if ((pkg = n_hash_get(iset->capcache, capname))) {
-        DBGF("cache hit %s\n", capreq_snprintf_s(cap));
+        DBGF("cache hit %s\n", capreq_stra(cap));
         return 1;
     }
     
@@ -216,7 +216,7 @@
             pkg = p;
 
         DBGF("  - %s provides %s -> %s\n", pkg_id(p),
-             capreq_snprintf_s(cap), pkg ? "YES" : "NO");
+             capreq_stra(cap), pkg ? "YES" : "NO");
         
         if (pkg)
             break;
@@ -234,7 +234,7 @@
         }
     }
     
-    DBGF("%s -> %s\n", capreq_snprintf_s(cap), pkg ? pkg_id(pkg) : "NO");
+    DBGF("%s -> %s\n", capreq_stra(cap), pkg ? pkg_id(pkg) : "NO");
     return pkg != NULL;
 }
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/install3/iset.c?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list