mirror of https://gitlab.com/basile.b/dexed.git
commit by error in 9b0a2b5d79
This commit is contained in:
parent
29d6d97697
commit
34e71d29b5
|
@ -769,7 +769,7 @@ end;
|
|||
|
||||
procedure TDubProject.loadFromFile(const fname: string);
|
||||
var
|
||||
loader: TStringStream;
|
||||
loader: TMemoryStream;
|
||||
parser : TJSONParser;
|
||||
ext: string;
|
||||
s: string = '';
|
||||
|
|
Loading…
Reference in New Issue