X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/51a960a3ca6b0cade97db287a342996c3e1de48d..e651cb0d2dc2dbd458c51cdba8ae56e8629348cc:/html.c diff --git a/html.c b/html.c index 33a956f..76fa6c4 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("-");