Because ver is a DWORD, the major and minor components of the version
are also DWORD (unsigned long) and should be printed with "%lu".
Signed-off-by: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
}
DWORD ver = WintunGetRunningDriverVersion();
- vpn_progress(vpninfo, PRG_DEBUG, _("Loaded Wintun v%u.%u\n"),
+ vpn_progress(vpninfo, PRG_DEBUG, _("Loaded Wintun v%lu.%lu\n"),
(ver >> 16) & 0xff, ver & 0xff);
vpninfo->wintun_session = WintunStartSession(vpninfo->wintun_adapter,