-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,5 +159,5 @@ void html_filemode(unsigned short mode) else if (S_ISLNK(mode)) html("l"); - else if (S_ISDIRLNK(mode)) + else if (S_ISGITLINK(mode)) html("m"); else |
![]() |
index : patchwork/cgit.git | |
cgit - fast webinterface for git |
summaryrefslogtreecommitdiffabout |
-rw-r--r-- | html.c | 2 |
@@ -159,5 +159,5 @@ void html_filemode(unsigned short mode) else if (S_ISLNK(mode)) html("l"); - else if (S_ISDIRLNK(mode)) + else if (S_ISGITLINK(mode)) html("m"); else |