From fc38a6d29b1f284da0b211b7bd84b48572066cda Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 8 Mar 2022 16:53:10 -0500 Subject: add upstream 11.18 --- zenXml/zenxml/xml.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zenXml') diff --git a/zenXml/zenxml/xml.h b/zenXml/zenxml/xml.h index 7e50221a..829bb5f3 100644 --- a/zenXml/zenxml/xml.h +++ b/zenXml/zenxml/xml.h @@ -68,8 +68,8 @@ XmlDoc loadXml(const Zstring& filePath) //throw FileError throw FileError( replaceCpy(replaceCpy(replaceCpy(_("Error parsing file %x, row %y, column %z."), L"%x", fmtPath(filePath)), - L"%y", numberTo(e.row + 1)), - L"%z", numberTo(e.col + 1))); + L"%y", formatNumber(e.row + 1)), + L"%z", formatNumber(e.col + 1))); } } } -- cgit