mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
meson build support
This commit is contained in:
parent
fb85fdec5c
commit
db16a0a853
57 changed files with 1787 additions and 46 deletions
|
|
@ -447,7 +447,7 @@ static void sig_print_text(TEXT_DEST_REC *dest, const char *text)
|
|||
if (dest->window == NULL) {
|
||||
str = strip_codes(text);
|
||||
#ifndef SUPPRESS_PRINTF_FALLBACK
|
||||
printf("NO WINDOWS: %s\n", str);
|
||||
printf("## NO WINDOWS: %s\n", str);
|
||||
#endif
|
||||
g_free(str);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue