From af34d96647498d2205568275c83ee8ea52d230c4 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Mon, 11 Feb 2019 05:24:53 +0100 Subject: [PATCH] nothing --- src/u_dubproject.pas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/u_dubproject.pas b/src/u_dubproject.pas index c8975013..c3b0ef56 100644 --- a/src/u_dubproject.pas +++ b/src/u_dubproject.pas @@ -1738,7 +1738,8 @@ end; {$REGION Miscellaneous DUB free functions --------------------------------------} function sdl2json(const filename: string): TJSONObject; const - fmt = 'unexpected failure of SDL to JSON convertion'#10'CurrentDirectory = %s'#10'dub process working dir = %s'; + fmt = 'unexpected failure of SDL to JSON conversion'#10' + + 'CurrentDirectory = %s'#10'dub process working dir = %s'; var dub: TProcess; str: TStringList;