mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
@@ -109,7 +109,8 @@ function Plugin(obj) {
|
||||
if (this.crc == 0) {
|
||||
return '';
|
||||
} else {
|
||||
return this.crc.toString(16).toUpperCase();
|
||||
/* Pad CRC string to 8 characters. */
|
||||
return ('00000000' + this.crc.toString(16).toUpperCase()).slice(-8);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -204,23 +205,3 @@ function jsonToPlugin(key, value) {
|
||||
}
|
||||
return value;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user