mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ALL] String.Empty
This commit is contained in:
4
SabreTools.Helper/External/Zlib/Deflate.cs
vendored
4
SabreTools.Helper/External/Zlib/Deflate.cs
vendored
@@ -153,14 +153,14 @@ namespace Ionic.Zlib
|
||||
{
|
||||
"need dictionary",
|
||||
"stream end",
|
||||
"",
|
||||
String.Empty,
|
||||
"file error",
|
||||
"stream error",
|
||||
"data error",
|
||||
"insufficient memory",
|
||||
"buffer error",
|
||||
"incompatible version",
|
||||
""
|
||||
String.Empty
|
||||
};
|
||||
|
||||
// preset dictionary flag in zlib header
|
||||
|
||||
Reference in New Issue
Block a user