openbsd-ports/emulators/wine/patches/patch-ole_ole2nls_c
2007-10-26 21:04:25 +00:00

15 lines
678 B
Plaintext

$OpenBSD: patch-ole_ole2nls_c,v 1.2 2007/10/26 21:04:25 ajacoutot Exp $
--- ole/ole2nls.c.orig Wed Feb 17 14:51:13 1999
+++ ole/ole2nls.c Fri Oct 26 22:55:07 2007
@@ -2661,8 +2661,8 @@ static INT32 OLE_GetFormatW(LCID locale, DWORD flags,
int datevars=0, timevars=0;
/* make a debug report */
- TRACE(ole, "args: 0x%lx, 0x%lx, 0x%lx, time(d=%d,h=%d,m=%d,s=%d), fmt:%s (at %p),
- %p with max len %d\n",
+ TRACE(ole, "args: 0x%lx, 0x%lx, 0x%lx, time(d=%d,h=%d,m=%d,s=%d), fmt:%s (at %p),\n"
+" %p with max len %d\n",
locale, flags, tflags,
xtime->wDay, xtime->wHour, xtime->wMinute, xtime->wSecond,
debugstr_w(format), format, output, outlen);