aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nnn.c b/nnn.c
index abbcc0f..4fe5ebb 100644
--- a/nnn.c
+++ b/nnn.c
@@ -1278,7 +1278,7 @@ printent_long(struct entry *ent, int sel, uint namecols)
else if (S_ISLNK(ent->mode))
printw("%s%-16.16s @ %s@\n", CURSYM(sel), buf, pname);
else if (S_ISSOCK(ent->mode))
- printf("%s%-16.16s = %s=\n", CURSYM(sel), buf, pname);
+ printw("%s%-16.16s = %s=\n", CURSYM(sel), buf, pname);
else if (S_ISFIFO(ent->mode))
printw("%s%-16.16s | %s|\n", CURSYM(sel), buf, pname);
else if (S_ISBLK(ent->mode))