From 8173945dc4cd8ca64848096d6f2219dba7f95bcd Mon Sep 17 00:00:00 2001 From: Jessica Hamilton Date: Sun, 20 Apr 2014 00:05:17 +1200 Subject: [PATCH] AboutSystem: license hyperlinks were missing due to incorrect count --- src/apps/aboutsystem/AboutSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index 3e6220fce8..5cf1558f43 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -1760,7 +1760,7 @@ AboutView::_GetLicensePath(const char* license, BPath& path) B_SYSTEM_NONPACKAGED_DATA_DIRECTORY, B_SYSTEM_DATA_DIRECTORY }; - static const int dirCount = 3; + static const int dirCount = 4; for (int i = 0; i < dirCount; i++) { struct stat st;