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);
|
procedure TDubProject.loadFromFile(const fname: string);
|
||||||
var
|
var
|
||||||
loader: TStringStream;
|
loader: TMemoryStream;
|
||||||
parser : TJSONParser;
|
parser : TJSONParser;
|
||||||
ext: string;
|
ext: string;
|
||||||
s: string = '';
|
s: string = '';
|
||||||
|
|
Loading…
Reference in New Issue