Use the same number types for SourceXX tags as returned by parseUnsignedNum()
authorJindrich Novy <jnovy@redhat.com>
Tue, 1 Jul 2008 10:43:47 +0000 (12:43 +0200)
committerJindrich Novy <jnovy@redhat.com>
Tue, 1 Jul 2008 10:54:13 +0000 (12:54 +0200)
build/rpmspec.h

index 5e018d1..f4226a4 100644 (file)
@@ -40,7 +40,7 @@ struct Source {
     char * fullSource;
     char * source;     /* Pointer into fullSource */
     int flags;
-    unsigned int num;
+    uint32_t num;
 struct Source * next;
 };