added missing ) in src/cd.c --- src/cd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/cd.c b/src/cd.c index 624801d..3770664 100644 --- a/src/cd.c +++ b/src/cd.c @@ -258,7 +258,7 @@ getpwd() #else char buf[PATH_MAX]; - if (getcwd(buf, sizeof(buf)) + if (getcwd(buf, sizeof(buf))) return savestr(buf); #endif -- 1.5.3.7 -- To unsubscribe from this list: send the line "unsubscribe dash" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html