mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
ldb:ldbadd tool - use "%u" for printing out unsigned integers
This commit is contained in:
parent
c3ca0b05e5
commit
de9217beaa
@ -141,7 +141,7 @@ int main(int argc, const char **argv)
|
||||
|
||||
talloc_free(mem_ctx);
|
||||
|
||||
printf("Added %d records with %d failures\n", count, failures);
|
||||
printf("Added %u records with %u failures\n", count, failures);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user