more int → bool

This commit is contained in:
tg
2012-08-24 19:02:57 +00:00
parent bb5e56d4c4
commit beca8ed86f
3 changed files with 10 additions and 10 deletions

4
edit.c
View File

@ -28,7 +28,7 @@
#ifndef MKSH_NO_CMDLINE_EDITING
__RCSID("$MirOS: src/bin/mksh/edit.c,v 1.245 2012/07/20 22:47:22 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/edit.c,v 1.246 2012/08/24 19:02:55 tg Exp $");
/*
* in later versions we might use libtermcap for this, but since external
@ -779,7 +779,7 @@ glob_path(int flags, const char *pat, XPtrV *wp, const char *lpath)
oldsize = XPsize(*wp);
/* mark dirs */
glob_str(Xstring(xs, xp), wp, 1);
glob_str(Xstring(xs, xp), wp, true);
newsize = XPsize(*wp);
/* Check that each match is executable... */