blob: e84e88425bb33fda9c207cee5c79b2227d734824 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- pl-5.6.25.orig/packages/sgml/parser.c 2006-11-11 01:58:12.000000000 +1300
+++ pl-5.6.25/packages/sgml/parser.c 2007-02-27 20:43:08.000000000 +1300
@@ -5438,7 +5438,7 @@
{ const wchar_t *elem = va_arg(args, wchar_t *); /* element */
const wchar_t *attr = va_arg(args, wchar_t *); /* attribute */
- swprintf(buf, 1024, L"Element \"%ls\" has no attribute \"%s\"",
+ swprintf(buf, 1024, L"Element \"%ls\" has no attribute \"%ls\"",
elem, attr);
error.argv[0] = buf;
error.severity = ERS_WARNING;
|