mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Fix various incorrect format string types
This commit is contained in:
parent
87dc8ab70c
commit
27c06a9209
14 changed files with 102 additions and 96 deletions
|
@ -1139,7 +1139,7 @@ static void determineOperatingSystem()
|
|||
* use the information from NSBundle and only get the version info
|
||||
* here.
|
||||
*/
|
||||
_operatingSystemVersion = [[NSString alloc] initWithFormat: @"%d.%d",
|
||||
_operatingSystemVersion = [[NSString alloc] initWithFormat: @"%lu.%lu",
|
||||
osver.dwMajorVersion, osver.dwMinorVersion];
|
||||
#else
|
||||
#if defined(HAVE_SYS_UTSNAME_H)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue