[ros-bugs] [Bug 883] Patch to sm.c

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Sat Oct 8 14:08:04 CEST 2005


http://www.reactos.org/bugzilla/show_bug.cgi?id=883





------- Additional Comments From tsk_n at mail.goo.ne.jp  2005-10-08 14:08 CET -------
(From update of attachment 382)
><HTML><BODY TEXT="#000000"><PRE>Index: subsys/system/sm/sm.c
>
>===================================================================
>
>--- subsys/system/sm/sm.c	(revision 18321)
>
>+++ subsys/system/sm/sm.c	(working copy)
>
>@@ -98,7 +98,7 @@
>
> 	{
>
> 		LoadString( GetModuleHandle(NULL), IDS_Unknown, (LPTSTR) UsageMessage,RC_STRING_MAX_SIZE);
>
> 
>
>-		_ftprintf(stderr, _T("%s '%s'.\n"), UsageMessage, CommandName);
>
>+		_ftprintf(stderr, UsageMessage, CommandName);
>
> 		return NULL;
>
> 	}
>
> 	return & Command [i];
>


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.


More information about the Ros-bugs mailing list