From b58a3579a86fe5d58627b41f7b4ee963f82c2fe1 Mon Sep 17 00:00:00 2001 From: bonazzi Date: Fri, 21 Jul 2017 17:09:38 +0000 Subject: [PATCH] Patch level : 12.0 Files correlati : NO patch Modifica per la ricompilazione git-svn-id: svn://10.65.10.50/branches/R_10_00@23976 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- src/tf/tf0500.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tf/tf0500.cpp b/src/tf/tf0500.cpp index a4c1b2579..10201bf71 100644 --- a/src/tf/tf0500.cpp +++ b/src/tf/tf0500.cpp @@ -203,7 +203,7 @@ bool TIvaSend_app::generate(TIvaSend_msk& msk) file.open(path, ios::out); if(!file.is_open()) - error_box(TR("Impossibile aprire il file alla posizione %s", path)); + error_box(TR("Impossibile aprire il file alla posizione %s"), path); else ini_set_string(CONFIG_STUDIO, "tf", "path_invio", msk.get(F_PATH));