2
0

Slight adjustment in printf declarations.

This commit is contained in:
Maarten Billemont
2017-08-06 19:09:13 -04:00
parent 18daef7808
commit a261538602
2 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ static const char *mpw_sitePassword_v1(
if (!template)
return NULL;
if (strlen( template ) > MPSiteKeySize) {
err( "Template too long for password seed: %lu\n", strlen( template ) );
err( "Template too long for password seed: %zu\n", strlen( template ) );
return NULL;
}