mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
guarded write_banner with NO_UTF8_ENCODING
This commit is contained in:
parent
082edbb51d
commit
09a2680a6e
@ -286,6 +286,7 @@ write_banner(void)
|
||||
#ifdef TESTING
|
||||
return OK;
|
||||
#endif
|
||||
#ifndef NO_UTF8_ENCODING
|
||||
char buffer[80];
|
||||
int len, indent;
|
||||
screen_msg(
|
||||
@ -329,7 +330,7 @@ write_banner(void)
|
||||
|
||||
screen_msg(
|
||||
" █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█\n\n");
|
||||
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user