Skip to content

Commit 9e5f6f4

Browse files
committed
apple: fix bundle id display
1 parent 21c00e7 commit 9e5f6f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

menu/menu_displaylist.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1985,6 +1985,7 @@ static unsigned menu_displaylist_parse_system_info(file_list_t *list)
19851985
size_t _len = strlcpy(entry,
19861986
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_BUNDLE_IDENTIFIER),
19871987
sizeof(entry));
1988+
_len += strlcpy(entry + _len, ": ", sizeof(entry) - _len);
19881989
Boolean result = CFStringGetCString(bundleIdentifier, entry + _len, sizeof(entry) - _len, kCFStringEncodingUTF8);
19891990
if (result) {
19901991
if (menu_entries_append(list, entry, "",

0 commit comments

Comments
 (0)