16 Sep 2008 15:54
[PATCH] added missing )
Maximilian Bernöcker <maximilian.bernoecker <at> lrz.tum.de>
2008-09-16 13:54:22 GMT
2008-09-16 13:54:22 GMT
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 <at> <at> -258,7 +258,7 <at> <at> 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 <at> vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
RSS Feed