@@ -1 +1 @@
-Subproject commit bcf0f1b1b718f52006d518866ed82e04760b79c7
+Subproject commit 1f846a56c81997b5cafe20d8dbd2234a88314a63
@@ -679,8 +679,7 @@ end;
function TScriptRunner.GetCallStack(var CallStackCount: Cardinal): String;
begin
- CallStackCount := FPSExec.GetCallStackCount;
- Result := FPSExec.GetCallStack;
+ Result := FPSExec.GetCallStack(CallStackCount);
end;
end.
@@ -49,6 +49,8 @@ For conditions of distribution and use, see <a href="http://www.jrsoftware.org/f
<li>Minor tweaks.</li>
</ul>
+<p>Contributions via <a href="https://github.com/jrsoftware/issrc" target="_blank">GitHub</a>: Thanks to Vizit0r for their contributions.</p>
+
<p><a name="6.0.2"></a><span class="ver">6.0.2 </span><span class="date">(2019-04-26)</span></p>
<ul>
<li>Added new <tt>{sysnative}</tt> constant.</li>