summaryrefslogtreecommitdiff
path: root/rpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'rpm.c')
-rwxr-xr-xrpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm.c b/rpm.c
index 5974f9f1c..9ff356a85 100755
--- a/rpm.c
+++ b/rpm.c
@@ -493,7 +493,7 @@ int main(int argc, char ** argv) {
int gotDbpath = 0, building = 0, verifyFlags;
int rmsource = 0;
int checksigFlags = 0;
- int timeCheck = 0;
+ unsigned long int timeCheck = 0L;
int addSign = NEW_SIGNATURE;
char buildChar = ' ';
char * specFile;