Show
Ignore:
Timestamp:
06/18/08 07:22:07 (5 months ago)
Author:
saurik
Message:

Went through and did my best to remove timestamping.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/data/minicom/wprintf.diff

    r8 r326  
    10501050         if (citemode) 
    10511051           wlocate(b_us, 0, cite_y); 
    1052 @@ -1338,13 +1338,13 @@ 
     1052@@ -1335,6 +1335,6 @@ 
    10531053   if (doinit) 
    10541054     modeminit(); 
     
    10581058+  wprintf_(us, "\n%s %s\r\n", _("Welcome to minicom"), VERSION); 
    10591059+  wprintf_(us, "\n%s: %s\r\n", _("OPTIONS"), option_string); 
    1060  #if defined (__DATE__) && defined (__TIME__) 
    1061 -  wprintf(us, "%s %s, %s.\r\n",_("Compiled on"), __DATE__,__TIME__); 
    1062 +  wprintf_(us, "%s %s, %s.\r\n",_("Compiled on"), __DATE__,__TIME__); 
    1063  #endif 
     1060 
     1061@@ -1340,6 +1340,6 @@ 
     1062 
    10641063-  wprintf(us, "Port %s\n", P_PORT); 
    10651064-  wprintf(us, _("\nPress %sZ for help on special keys%c\n\n"),esc_key(),'\r');