forked from KolibriOS/kolibrios
cmm: full version name is now in title.
git-svn-id: svn://kolibrios.org@9358 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
6d89432b67
commit
7883425e38
@ -271,9 +271,11 @@ int count;
|
|||||||
unsigned char pari=FALSE;
|
unsigned char pari=FALSE;
|
||||||
char *buffer;
|
char *buffer;
|
||||||
|
|
||||||
printf("\nSPHINX C-- Compiler Version %d.%d%s %s\r\n",ver1,ver2,betta,__DATE__);
|
char compiler_ver[64];
|
||||||
|
snprintf(compiler_ver, 64, "\nSPHINX C-- Compiler Version %d.%d%s %s\r\n",ver1,ver2,betta,__DATE__);
|
||||||
|
puts(compiler_ver);
|
||||||
#ifdef _KOS_
|
#ifdef _KOS_
|
||||||
con_set_title((char*)compilerstr);
|
con_set_title(compiler_ver);
|
||||||
#endif
|
#endif
|
||||||
// scrsize=24;
|
// scrsize=24;
|
||||||
if(argc>1){
|
if(argc>1){
|
||||||
|
Loading…
Reference in New Issue
Block a user