aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/rpm_extractor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/rpm_extractor.c')
-rw-r--r--src/plugins/rpm_extractor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/rpm_extractor.c b/src/plugins/rpm_extractor.c
index e1f2d62..ede82d5 100644
--- a/src/plugins/rpm_extractor.c
+++ b/src/plugins/rpm_extractor.c
@@ -348,7 +348,7 @@ EXTRACTOR_rpm_extract_method (struct EXTRACTOR_ExtractContext *ec)
348 { 348 {
349 if (p->tag == RPMTAG_BUILDTIME) 349 if (p->tag == RPMTAG_BUILDTIME)
350 { 350 {
351 char tmp[30]; 351 char tmp[80];
352 uint32_t *v = rpmtdNextUint32 (p); 352 uint32_t *v = rpmtdNextUint32 (p);
353 time_t tp = (time_t) *v; 353 time_t tp = (time_t) *v;
354 354