"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:
parent
6f7b41e257
commit
935181421c
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user