[93263] trunk/base/src/cregistry/sql.c

ryandesign at macports.org ryandesign at macports.org
Fri May 18 07:51:20 PDT 2012


Revision: 93263
          https://trac.macports.org/changeset/93263
Author:   ryandesign at macports.org
Date:     2012-05-18 07:51:20 -0700 (Fri, 18 May 2012)
Log Message:
-----------
sql.c: replace 'rpm_vercomp' with 'vercmp' in comment (it was changed in all real code awhile ago)

Modified Paths:
--------------
    trunk/base/src/cregistry/sql.c

Modified: trunk/base/src/cregistry/sql.c
===================================================================
--- trunk/base/src/cregistry/sql.c	2012-05-18 14:21:36 UTC (rev 93262)
+++ trunk/base/src/cregistry/sql.c	2012-05-18 14:51:20 UTC (rev 93263)
@@ -257,7 +257,7 @@
             return 0;
         }
 
-        /* we can't call rpm_vercomp directly because it's static, but we have
+        /* we can't call vercmp directly because it's static, but we have
          * sql_version, which is basically an alias */
         if (sql_version(NULL, -1, version, -1, "1.1") < 0) {
             /* we need to update to 1.1, add binary field and index to files
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120518/7e97ca3b/attachment.html>


More information about the macports-changes mailing list