something finally...

This commit is contained in:
Basile Burg 2019-02-11 05:25:46 +01:00
parent af34d96647
commit 9950ad41d9
1 changed files with 1 additions and 1 deletions

View File

@ -1738,7 +1738,7 @@ end;
{$REGION Miscellaneous DUB free functions --------------------------------------}
function sdl2json(const filename: string): TJSONObject;
const
fmt = 'unexpected failure of SDL to JSON conversion'#10' +
fmt = 'unexpected failure of SDL to JSON conversion'#10 +
'CurrentDirectory = %s'#10'dub process working dir = %s';
var
dub: TProcess;