]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- uint32_t num, noted by jbj
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 19 Feb 2008 19:56:13 +0000 (19:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-epoch0.patch -> 1.8

rpm-epoch0.patch

index 0620ac597bfadb9c33885f37a9417ff73b845642..b59617923f3c9b6002864ab5b733060649f99a66 100644 (file)
@@ -7,7 +7,7 @@
 +    /* Add Epoch: 0 to package header if it was not set by spec */
 +    he->tag = RPMTAG_NAME;
 +    if (headerGet(spec->packages->header, he, 0) == 0) {
-+      int num = 0;
++      uint32_t num = 0;
 +
 +      he->tag = RPMTAG_EPOCH;
 +      he->t = RPM_UINT32_TYPE;
This page took 0.053449 seconds and 4 git commands to generate.