2
0
mirror of https://github.com/bebbo/amigaos-cross-toolchain.git synced 2025-12-08 22:38:24 +00:00

@T fix test13 - remove dates

This commit is contained in:
bebbo
2017-05-28 16:46:15 +02:00
parent 1b1ce4c49b
commit 47ec0a520c
3 changed files with 3 additions and 3 deletions

View File

@ -384,7 +384,7 @@ void input_loop(S_SEARCHINFO *info)
int exit = FALSE;
char line[INPUTBUFFER];
printf("%s, written by Alex Argiropoulos (compiler's version used: "__VERSION__")\n", NAME);
printf("%s, written by Alex Argiropoulos (compiler's version used: gcc-6)\n", NAME);
//printf("%s\n", getCPUModel());
#ifndef NDEBUG
printf("Terminal is %s\n",isatty(fileno(stdout)) ? "true": "false");