mirror of
https://github.com/claunia/Claunia.RsrcFork.git
synced 2025-12-16 19:24:46 +00:00
Merge branch 'master' of https://github.com/claunia/Claunia.RsrcFork
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
|
||||
* Claunia.RsrcFork.csproj: Change formatting in csproj file.
|
||||
|
||||
2016-09-06 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Version.cs: Removed spurious debug verbose line.
|
||||
|
||||
2016-09-06 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* PascalString.cs:
|
||||
|
||||
@@ -67,7 +67,6 @@ namespace Resources
|
||||
tmpStr = new byte[resource[6] + 1];
|
||||
Array.Copy(resource, 6, tmpStr, 0, tmpStr.Length);
|
||||
VersionString = PascalString.GetString(tmpStr);
|
||||
System.Console.WriteLine("{0} == {1}, \"{2}\"", resource[6], tmpStr.Length, VersionString);
|
||||
tmpMsg = new byte[resource[6 + tmpStr.Length] + 1];
|
||||
Array.Copy(resource, 6 + tmpStr.Length, tmpMsg, 0, tmpMsg.Length);
|
||||
VersionMessage = PascalString.GetString(tmpMsg);
|
||||
|
||||
Reference in New Issue
Block a user