mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 05:07:41 +02:00
[spelling] Nul -> Null
This commit is contained in:
@ -86,7 +86,7 @@ public class ARSCDecoder {
|
||||
private ResPackage readPackage() throws IOException, AndrolibException {
|
||||
checkChunkType(Header.TYPE_PACKAGE);
|
||||
int id = (byte) mIn.readInt();
|
||||
String name = mIn.readNulEndedString(128, true);
|
||||
String name = mIn.readNullEndedString(128, true);
|
||||
/* typeNameStrings */mIn.skipInt();
|
||||
/* typeNameCount */mIn.skipInt();
|
||||
/* specNameStrings */mIn.skipInt();
|
||||
|
Reference in New Issue
Block a user