mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
r25554: Convert last instances of BOOL, True and False to the standard types.
(This used to be commit 566aa14139
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
05e7c48146
commit
2151cde580
@ -134,7 +134,7 @@ struct MprVar mprString(const char *s)
|
||||
if (s == NULL) {
|
||||
return mprCreatePtrVar(NULL);
|
||||
}
|
||||
return mprCreateStringVar(s, True);
|
||||
return mprCreateStringVar(s, true);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user