[ros-diffs] [greatlrd] 16585: implement $s

greatlrd at svn.reactos.com greatlrd at svn.reactos.com
Fri Jul 15 19:46:31 CEST 2005


implement $s
Modified: trunk/reactos/subsys/system/cmd/prompt.c
  _____  

Modified: trunk/reactos/subsys/system/cmd/prompt.c
--- trunk/reactos/subsys/system/cmd/prompt.c	2005-07-15 17:31:12 UTC
(rev 16584)
+++ trunk/reactos/subsys/system/cmd/prompt.c	2005-07-15 17:46:26 UTC
(rev 16585)
@@ -133,8 +133,11 @@

 					ConOutChar (_T('='));
 					break;
 
-				case _T('T'):
-					//PrintTime ();
+        case _T('S'):
+					ConOutChar (_T(' '));
+					break;
+
+				case _T('T'):
{
           TCHAR szTime[32];          
 	        GetTimeFormat(LOCALE_USER_DEFAULT, 0, NULL, NULL,szTime,
sizeof(szTime));
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050715/637ccba2/attachment.html


More information about the Ros-diffs mailing list