Skip to content

Commit 280aa0e

Browse files
committed
Added OutlenMin assignment.
1 parent 34310ff commit 280aa0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LibIPS.NET/Studier.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public IpsStudy Study(Stream patch)
104104

105105
}
106106
if (patch.Position != patch.Length) return study;
107-
107+
study.OutlenMin = outlen;
108108
study.Error = IpsError.IpsOk;
109109
if (w_notthis) study.Error = IpsError.IpsNotThis;
110110
if (w_scrambled) study.Error = IpsError.IpsScrambled;

0 commit comments

Comments
 (0)