dotnet / android

.NET for Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
MIT License
1.93k stars 533 forks source link

Fix printf format for the library name hash #9424

Closed grendello closed 1 month ago

grendello commented 1 month ago

Hash is always 64-bit, even on 32-bit platforms, use the correct format (%llx) to fix incorrect value conversion on 32-bit targets.