"copyright" is near now so we have to use %s and not %S

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@900 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Bart Oldeman 2004-04-25 10:11:29 +00:00
parent 6f7b41e257
commit 935181421c

View File

@ -388,7 +388,7 @@ STATIC VOID signon()
#ifdef WITHFAT32 #ifdef WITHFAT32
" - FAT32 support" " - FAT32 support"
#endif #endif
"\n\n%S", "\n\n%s",
MK_FP(FP_SEG(LoL), FP_OFF(LoL->os_release)), MK_FP(FP_SEG(LoL), FP_OFF(LoL->os_release)),
MAJOR_RELEASE, MINOR_RELEASE, copyright); MAJOR_RELEASE, MINOR_RELEASE, copyright);
} }