]> granicus.if.org Git - nethack/commitdiff
Windows CE bits (from <Someone>)
authornethack.allison <nethack.allison>
Fri, 21 Feb 2003 01:51:54 +0000 (01:51 +0000)
committernethack.allison <nethack.allison>
Fri, 21 Feb 2003 01:51:54 +0000 (01:51 +0000)
include/wceconf.h
sys/wince/mhstatus.c

index 787f18a247eac57518b36e7c769bfd1758628e90..38fad4054edcb30a2f6253302c582415677d5842 100644 (file)
@@ -96,7 +96,7 @@
 #      define PORT_CE_CPU "SH4"
 #elif defined(MIPS)
 #      define PORT_CE_CPU "MIPS"
-#elif defined(X86)
+#elif defined(X86) || defined(_X86_)
 #      define PORT_CE_CPU "X86"
 #else
 #      error Only ARM, PPC, ALPHA, SH3, SH4, MIPS and X86 supported
index 7d3840238e9db280becf2b0a9913000cade9df4a..c83f386c8a8679674a49a3a6f2e0fe08abd50ff6 100644 (file)
@@ -246,6 +246,7 @@ void FormatStatusString(char* text, int format)
        else
                Sprintf(nb = eos(nb), " Exp:%u", u.ulevel);
        if( format==NHSTAT_LINES_4 ) strcat(text, "\r\n");
+       else                         strcat(text, " ");
 
        /* forth line */
        if(flags.time)