Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use portable format conversion specifier for uint64_t
Avoids a warning when compiling for iOS: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long'). Change-Id: I8b5205dd0c3a8ae2f531f1647b3e3bac27ea6065 Reviewed-on: https://gerrit.libreoffice.org/78985 Reviewed-by: Tor Lillqvist <[email protected]> Tested-by: Tor Lillqvist <[email protected]>
- Loading branch information