Skip to content

Commit

Permalink
Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcussacana committed May 10, 2023
1 parent 99b3923 commit 9664133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions StringReloads/Engine/SRL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public Database CurrentDatabase {

var Rst = ProcessString((string)String);
if (Rst == null)
return String;
return pString;
var Output = (CString)Rst;

foreach (var Rld in Reloads)
Expand Down Expand Up @@ -169,7 +169,7 @@ public Database CurrentDatabase {

var Rst = ProcessString((string)String);
if (Rst == null)
return String;
return pString;
var Output = (WCString)Rst;

foreach (var Rld in Reloads)
Expand Down

0 comments on commit 9664133

Please sign in to comment.