bendns' repos
/
cgit
the repository which powers this website
themed
1
Branch
0
Tags
Code
Clone
HTTPS
SSH
Open with VS Code
Diffstat
(limited to 'html.c')
-rw-r--r--
html.c
2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 33a956fd..76fa6c48 100644
--- a/
html.c
+++ b/
html.c
@@ -158,7 +158,7 @@ void html_filemode(unsigned short mode)
html("d");
else if (S_ISLNK(mode))
html("l");
- else if (S_ISDIRLNK(mode))
+ else if (S_ISGITLINK(mode))
html("m");
else
html("-");