This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/openexr.git#03cc77e5c7362f03d0976df058f2977750e78124
15 lines
510 B
Diff
15 lines
510 B
Diff
Index: openexr-2.5.3/OpenEXR/IlmImf/dwaLookups.cpp
|
|
===================================================================
|
|
--- openexr-2.5.3.orig/OpenEXR/IlmImf/dwaLookups.cpp
|
|
+++ openexr-2.5.3/OpenEXR/IlmImf/dwaLookups.cpp
|
|
@@ -300,7 +300,8 @@ generateNoop()
|
|
unsigned short src = (unsigned short)i;
|
|
Xdr::write <CharPtrIO> (tmp, src);
|
|
|
|
- printf("0x%04x, ", dst);
|
|
+ // DST is a short, so the right length modifier is 'h'
|
|
+ printf("0x%04hx, ", dst);
|
|
}
|
|
printf("\n};\n");
|
|
}
|