mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 02:07:06 -06:00
21.04
This commit is contained in:
@@ -109,7 +109,7 @@ static UString ParseDString(const Byte *data, unsigned size)
|
||||
}
|
||||
}
|
||||
else
|
||||
return UString("[unknow]");
|
||||
return UString("[unknown]");
|
||||
*p = 0;
|
||||
res.ReleaseBuf_SetLen((unsigned)(p - (const wchar_t *)res));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user