]> TLD Linux GIT Repositories - packages/rpm.git/blob - rpm-trigger-flags-int-type.patch
- package /usr/lib/rpm/macros.d dir
[packages/rpm.git] / rpm-trigger-flags-int-type.patch
1 diff -ur rpm-4.5.orig/lib/formats.c rpm-4.5/lib/formats.c
2 --- rpm-4.5.orig/lib/formats.c  2008-06-10 01:19:16.000000000 +0200
3 +++ rpm-4.5/lib/formats.c       2019-01-24 21:42:07.736000000 +0100
4 @@ -900,7 +900,7 @@
5      char * val;
6  
7  assert(ix == 0);
8 -    if (he->t != RPM_INT64_TYPE) {
9 +    if (he->t != RPM_INT32_TYPE) {
10         val = xstrdup(_("(invalid type)"));
11      } else {
12         int anint = data.i64p[ix];