James Juran <jamesjuran@alumni.psu.edu> Add missing \n to output messages. Index: dlls/advapi32/crypt.c =================================================================== RCS file: /home/wine/wine/dlls/advapi32/crypt.c,v retrieving revision 1.19 diff -u -r1.19 crypt.c --- dlls/advapi32/crypt.c 29 Apr 2002 18:48:56 -0000 1.19 +++ dlls/advapi32/crypt.c 24 May 2002 00:37:23 -0000 @@ -1051,7 +1051,7 @@ TRACE("(0x%lx, %ld, %08ld, %p, %p)\n", hHash, dwKeySpec, dwFlags, pbSignature, pdwSigLen); if (sDescription) - WARN("The sDescription parameter is not supported (and no longer used). Ignoring."); + WARN("The sDescription parameter is not supported (and no longer used). Ignoring.\n"); if (!hash) CRYPT_ReturnLastError(ERROR_INVALID_HANDLE); @@ -1233,7 +1233,7 @@ TRACE("(0x%lx, %p, %ld, 0x%lx, %08ld)\n", hHash, pbSignature, dwSigLen, hPubKey, dwFlags); if (sDescription) - WARN("The sDescription parameter is not supported (and no longer used). Ignoring."); + WARN("The sDescription parameter is not supported (and no longer used). Ignoring.\n"); if (!hash || !key) CRYPT_ReturnLastError(ERROR_INVALID_HANDLE); Index: dlls/comctl32/commctrl.c =================================================================== RCS file: /home/wine/wine/dlls/comctl32/commctrl.c,v retrieving revision 1.50 diff -u -r1.50 commctrl.c --- dlls/comctl32/commctrl.c 17 Apr 2002 16:47:48 -0000 1.50 +++ dlls/comctl32/commctrl.c 24 May 2002 00:37:24 -0000 @@ -438,7 +438,7 @@ } r.left += 3; if (style & SBT_RTLREADING) - FIXME("Usupported RTL style!"); + FIXME("Unsupported RTL style!\n"); DrawTextW (hdc, text, -1, &r, align|DT_VCENTER|DT_SINGLELINE); SetBkMode(hdc, oldbkmode); } Index: dlls/dinput/keyboard/main.c =================================================================== RCS file: /home/wine/wine/dlls/dinput/keyboard/main.c,v retrieving revision 1.11 diff -u -r1.11 main.c --- dlls/dinput/keyboard/main.c 19 May 2002 22:26:16 -0000 1.11 +++ dlls/dinput/keyboard/main.c 24 May 2002 00:37:24 -0000 @@ -304,7 +304,7 @@ if (current != NULL) { - FIXME("Not more than one keyboard can be acquired at the same time."); + FIXME("Not more than one keyboard can be acquired at the same time.\n"); SysKeyboardAImpl_Unacquire(iface); } @@ -336,7 +336,7 @@ if (current == This) current = NULL; else - ERR("this != current"); + ERR("this != current\n"); This->acquired = 0; Index: dlls/gdi/freetype.c =================================================================== RCS file: /home/wine/wine/dlls/gdi/freetype.c,v retrieving revision 1.15 diff -u -r1.15 freetype.c --- dlls/gdi/freetype.c 23 May 2002 02:53:10 -0000 1.15 +++ dlls/gdi/freetype.c 24 May 2002 00:37:26 -0000 @@ -710,7 +710,7 @@ } if(offset < 0) { - FIXME("No suitable ratio found"); + FIXME("No suitable ratio found\n"); return ppem; } Index: dlls/imm32/imm.c =================================================================== RCS file: /home/wine/wine/dlls/imm32/imm.c,v retrieving revision 1.15 diff -u -r1.15 imm.c --- dlls/imm32/imm.c 2 May 2002 01:29:19 -0000 1.15 +++ dlls/imm32/imm.c 24 May 2002 00:37:27 -0000 @@ -246,7 +246,7 @@ case VER_PLATFORM_WIN32_WINDOWS: return -1; case VER_PLATFORM_WIN32_NT: return 0; default: - FIXME("%ld not supported",version.dwPlatformId); + FIXME("%ld not supported\n",version.dwPlatformId); return -1; } } @@ -269,7 +269,7 @@ case VER_PLATFORM_WIN32_WINDOWS: return -1; case VER_PLATFORM_WIN32_NT: return 0; default: - FIXME("%ld not supported",version.dwPlatformId); + FIXME("%ld not supported\n",version.dwPlatformId); return -1; } } @@ -491,7 +491,7 @@ case VER_PLATFORM_WIN32_NT: return 0; default: - FIXME("%ld not supported",version.dwPlatformId); + FIXME("%ld not supported\n",version.dwPlatformId); return VK_PROCESSKEY; } } Index: dlls/ntdll/cdrom.c =================================================================== RCS file: /home/wine/wine/dlls/ntdll/cdrom.c,v retrieving revision 1.11 diff -u -r1.11 cdrom.c --- dlls/ntdll/cdrom.c 19 May 2002 22:23:56 -0000 1.11 +++ dlls/ntdll/cdrom.c 24 May 2002 00:37:27 -0000 @@ -629,7 +629,7 @@ break; case IOCTL_CDROM_TRACK_ISRC: size = sizeof(SUB_Q_CURRENT_POSITION); - FIXME("TrackIsrc: NIY on linux"); + FIXME("TrackIsrc: NIY on linux\n"); data->TrackIsrc.FormatCode = IOCTL_CDROM_TRACK_ISRC; data->TrackIsrc.Tcval = 0; io = 0; Index: dlls/shlwapi/reg.c =================================================================== RCS file: /home/wine/wine/dlls/shlwapi/reg.c,v retrieving revision 1.25 diff -u -r1.25 reg.c --- dlls/shlwapi/reg.c 9 May 2002 19:43:44 -0000 1.25 +++ dlls/shlwapi/reg.c 24 May 2002 00:37:28 -0000 @@ -1596,7 +1596,7 @@ if (!lpszValue) { - WARN("Invalid lpszValue would crash under Win32!"); + WARN("Invalid lpszValue would crash under Win32!\n"); return FALSE; } @@ -1616,7 +1616,7 @@ if (!lpszValue) { - WARN("Invalid lpszValue would crash under Win32!"); + WARN("Invalid lpszValue would crash under Win32!\n"); return FALSE; } Index: dlls/winedos/dosvm.c =================================================================== RCS file: /home/wine/wine/dlls/winedos/dosvm.c,v retrieving revision 1.17 diff -u -r1.17 dosvm.c --- dlls/winedos/dosvm.c 5 May 2002 20:22:39 -0000 1.17 +++ dlls/winedos/dosvm.c 24 May 2002 00:37:29 -0000 @@ -226,7 +226,7 @@ memset(&context,0,sizeof(context)); (*relay)(&context,data); } else { - ERR("IRQ without DOS task: should not happen"); + ERR("IRQ without DOS task: should not happen\n"); } } } @@ -613,7 +613,7 @@ memset(&context,0,sizeof(context)); (*relay)(&context,data); } else { - ERR("IRQ without DOS task: should not happen"); + ERR("IRQ without DOS task: should not happen\n"); } } Index: graphics/x11drv/graphics.c =================================================================== RCS file: /home/wine/wine/graphics/x11drv/graphics.c,v retrieving revision 1.44 diff -u -r1.44 graphics.c --- graphics/x11drv/graphics.c 23 May 2002 02:43:09 -0000 1.44 +++ graphics/x11drv/graphics.c 24 May 2002 00:37:29 -0000 @@ -1316,7 +1316,7 @@ Window root; int x, y, w, h, border, depth; - FIXME("this is not correct for managed windows"); + FIXME("this is not correct for managed windows\n"); TSXGetGeometry( gdi_display, physDev->drawable, &root, &x, &y, &w, &h, &border, &depth ); lpp->x = x; Index: graphics/x11drv/xfont.c =================================================================== RCS file: /home/wine/wine/graphics/x11drv/xfont.c,v retrieving revision 1.99 diff -u -r1.99 xfont.c --- graphics/x11drv/xfont.c 26 Apr 2002 19:05:17 -0000 1.99 +++ graphics/x11drv/xfont.c 24 May 2002 00:37:31 -0000 @@ -644,7 +644,7 @@ j = strlen(lfd->pixel_size); if( j == 0 || j > 3 ) { - WARN(ridiculous, fullname, "pixel_size"); + WARN(ridiculous, fullname, "pixel_size\n"); return FALSE; } if( !(fi->lfd_height = atoi(lfd->pixel_size)) ) @@ -653,7 +653,7 @@ j = strlen(lfd->point_size); if( j == 0 || j > 3 ) { - WARN(ridiculous, fullname, "point_size"); + WARN(ridiculous, fullname, "point_size\n"); return FALSE; } if( !(atoi(lfd->point_size)) ) @@ -662,7 +662,7 @@ j = strlen(lfd->resolution_x); if( j == 0 || j > 3 ) { - WARN(ridiculous, fullname, "resolution_x"); + WARN(ridiculous, fullname, "resolution_x\n"); return FALSE; } if( !(fi->lfd_resolution = atoi(lfd->resolution_x)) ) @@ -671,7 +671,7 @@ j = strlen(lfd->resolution_y); if( j == 0 || j > 3 ) { - WARN(ridiculous, fullname, "resolution_y"); + WARN(ridiculous, fullname, "resolution_y\n"); return FALSE; } if( !(atoi(lfd->resolution_y)) ) Index: msdos/ppdev.c =================================================================== RCS file: /home/wine/wine/msdos/ppdev.c,v retrieving revision 1.5 diff -u -r1.5 ppdev.c --- msdos/ppdev.c 22 May 2002 01:55:19 -0000 1.5 +++ msdos/ppdev.c 24 May 2002 00:37:31 -0000 @@ -126,7 +126,7 @@ { WARN("Configuration: %s uses the same virtual ports as %s\n", buffer,PPDeviceList[0].devicename); - WARN("Configuration: Rejecting configuration item"); + WARN("Configuration: Rejecting configuration item\n"); userbase = 0; break; } Index: objects/region.c =================================================================== RCS file: /home/wine/wine/objects/region.c,v retrieving revision 1.44 diff -u -r1.44 region.c --- objects/region.c 10 Mar 2002 00:18:35 -0000 1.44 +++ objects/region.c 24 May 2002 00:37:33 -0000 @@ -920,14 +920,14 @@ TRACE(" %p %ld %p = ", lpXform, dwCount, rgndata ); if( lpXform ) - WARN("(Xform not implemented - ignored) "); + WARN("(Xform not implemented - ignored)\n"); if( rgndata->rdh.iType != RDH_RECTANGLES ) { /* FIXME: We can use CreatePolyPolygonRgn() here * for trapezoidal data */ - WARN("(Unsupported region data) "); + WARN("(Unsupported region data)\n"); goto fail; } @@ -945,7 +945,7 @@ TRACE("%04x\n", hrgn ); return hrgn; } - else ERR("Could not get pointer to newborn Region!"); + else ERR("Could not get pointer to newborn Region!\n"); } fail: WARN("Failed\n"); Index: windows/sysparams.c =================================================================== RCS file: /home/wine/wine/windows/sysparams.c,v retrieving revision 1.37 diff -u -r1.37 sysparams.c --- windows/sysparams.c 8 Apr 2002 20:12:36 -0000 1.37 +++ windows/sysparams.c 24 May 2002 00:37:34 -0000 @@ -336,7 +336,7 @@ if (RegCreateKeyExA( HKEY_CURRENT_USER, WINE_CURRENT_USER_REGKEY, 0, 0, REG_OPTION_VOLATILE, KEY_ALL_ACCESS, 0, &volatile_key, 0 ) != ERROR_SUCCESS) - ERR("Can't create wine configuration registry branch"); + ERR("Can't create wine configuration registry branch\n"); } return volatile_key; }