X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/977a0b173df6fe1a4d362fe4c70f9badff1fd46c..98fcf7227c8dda520c864ea8a51012934115258f:/html.c?ds=sidebyside 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("-");