1
0
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:
Jelmer Vernooij
2007-10-06 22:28:14 +00:00
committed by Gerald (Jerry) Carter
parent 05e7c48146
commit 2151cde580
236 changed files with 4638 additions and 4637 deletions

View File

@ -134,7 +134,7 @@ struct MprVar mprString(const char *s)
if (s == NULL) {
return mprCreatePtrVar(NULL);
}
return mprCreateStringVar(s, True);
return mprCreateStringVar(s, true);
}
/*