From 2bf463f20b0e43d934052463b03ffc382736522e Mon Sep 17 00:00:00 2001 From: Antoine ELIAS Date: Thu, 10 Nov 2016 08:38:31 +0100 Subject: [PATCH] utf: spreadsheet 2 Change-Id: I8f5ebffedb5c6d53203af104aef2fd743fd114f3 --- .../spreadsheet/sci_gateway/cpp/sci_xls_open.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scilab/modules/spreadsheet/sci_gateway/cpp/sci_xls_open.cpp b/scilab/modules/spreadsheet/sci_gateway/cpp/sci_xls_open.cpp index 22ed584..99a5342 100644 --- a/scilab/modules/spreadsheet/sci_gateway/cpp/sci_xls_open.cpp +++ b/scilab/modules/spreadsheet/sci_gateway/cpp/sci_xls_open.cpp @@ -169,7 +169,7 @@ types::Function::ReturnValue sci_xls_open(types::typed_list &in, int _iRetCount, iErr = mopen(TMP, "rb", iSwap, &iId); if (iErr != MOPEN_NO_ERROR) { - sciprint(_("There is no xls stream in the ole2 file %ls.\n"), filename_IN); + sciprint(_("There is no xls stream in the ole2 file %s.\n"), filename_IN); if (iErr == MOPEN_CAN_NOT_OPEN_FILE) { Scierror(999, _("%s: Cannot open file %s.\n"), "xls_open", TMP); -- 1.7.9.5