Posted by Anssi on Fri 13th Jun 18:59 (modification of post by view diff)
download | new post
-
Index: URPM.xs
-
===================================================================
-
--- URPM.xs (revision 242951)
-
+++ URPM.xs (working copy)
-
-1917,8 +1917,9 @@
-
compare = _epoch - (*epoch ? atoi(epoch) : 0);
-
version[-1] = ':'; /* restore in memory modification */
-
} else {
-
- /* there is no epoch defined, so no check on epoch and assume equality */
-
+ /* there is no epoch defined, so assume epoch = 0 */
-
version = evr;
-
+ compare = _epoch;
-
}
-
if (!compare) {
-
if (!pkg->info)
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.