From d1fa8106b43e1d7eac0fbbd4741a8fd7107914b2 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Mon, 18 Jun 2001 17:40:52 +0000 Subject: Merge assorted fixes from the development version. --- Src/prompt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Src/prompt.c') diff --git a/Src/prompt.c b/Src/prompt.c index ebd6508cf..47c8af797 100644 --- a/Src/prompt.c +++ b/Src/prompt.c @@ -515,8 +515,8 @@ putpromptchar(int doprint, int endchar) break; case 'l': if (*ttystrname) { - ss = (strncmp(ttystrname, "/dev/", 5) ? - ttystrname : ttystrname + 5); + ss = (strncmp(ttystrname, "/dev/", 5) ? + ttystrname : ttystrname + 5); stradd(ss); } else stradd("()"); -- cgit 1.4.1