Skip to content

Commit

Permalink
Add missing null terminator on name property
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldfish64 committed May 17, 2021
1 parent 3816c90 commit 419a1c4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions UEFIGraphicsFB/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>IOClass</key>
<string>$(PRODUCT_NAME:rfc1034identifier)</string>
<key>IOMatchCategory</key>
<string>IOPlatformDevice</string>
<key>IOName</key>
<string>display</string>
<key>IOMatchCategory</key>
<string>IOPlatformDevice</string>
<key>IOName</key>
<string>display</string>
<key>IOProviderClass</key>
<string>AppleACPIPlatformExpert</string>
<key>name</key>
<data>ZGlzcGxheQ==</data>
<key>name</key>
<data>ZGlzcGxheQA=</data>
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
Expand Down

0 comments on commit 419a1c4

Please sign in to comment.