Skip to content

Commit 53578ac

Browse files
committed
fix variable uppercase typo for PKG signature
1 parent ee52952 commit 53578ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/Binary/archive.PKG.1.sg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function detect() {
88
if (Binary.compare("7F 50 4B 47")) {
99
var contentId = Binary.getString(48, 48).trim();
1010

11-
if (/^[A-Z0-9]{48}$/.test(contentID)) {
11+
if (/^[A-Z0-9]{48}$/.test(contentId)) {
1212
if (X.isVerbose()) sOptions = "ContentID: " + contentId;
1313
bDetected = true;
1414
}

0 commit comments

Comments
 (0)