From f689c2c48e831b62aabd612335a833172649e89d Mon Sep 17 00:00:00 2001 From: David Capello Date: Fri, 17 Apr 2020 18:31:03 -0300 Subject: [PATCH] Fix compilation of trial version --- src/app/file/file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/file/file.cpp b/src/app/file/file.cpp index f43cb51a1..f80cb09ff 100644 --- a/src/app/file/file.cpp +++ b/src/app/file/file.cpp @@ -837,7 +837,7 @@ void FileOp::operate(IFileOpProgress* progress) setError( fmt::format("Save operation is not supported in trial version.\n" "Go to {} and get the full-version.", - get_app_download_url())); + get_app_download_url()).c_str()); #endif }