mirror of
https://github.com/samba-team/samba.git
synced 2025-12-14 20:23:54 +03:00
r15191: Avoid uint_t as it's not standard.
(This used to be commit 7af59357b9)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
e26eea9787
commit
0eddf14b30
@@ -182,7 +182,7 @@ _PUBLIC_ void setup_logging(const char *prog_name, enum debug_logtype new_logtyp
|
||||
return a string constant containing n tabs
|
||||
no more than 10 tabs are returned
|
||||
*/
|
||||
_PUBLIC_ const char *do_debug_tab(uint_t n)
|
||||
_PUBLIC_ const char *do_debug_tab(int n)
|
||||
{
|
||||
const char *tabs[] = {"", "\t", "\t\t", "\t\t\t", "\t\t\t\t", "\t\t\t\t\t",
|
||||
"\t\t\t\t\t\t", "\t\t\t\t\t\t\t", "\t\t\t\t\t\t\t\t",
|
||||
|
||||
Reference in New Issue
Block a user