diff options
author | Timo Sirainen <cras@irssi.org> | 2000-12-29 19:48:02 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-12-29 19:48:02 +0000 |
commit | 86b714881cf5c32895c8dd1b947cd752ea6698a1 (patch) | |
tree | 7fec97ff806fb8aa0b664fc3fb23cb09634625ee /src/perl/common/module.h | |
parent | e50535a64e5a09066af9f10a2ac7177726502b1b (diff) | |
download | irssi-86b714881cf5c32895c8dd1b947cd752ea6698a1.zip |
Irssi::print() doesn't call printtext() with args (.., "%s", text)
since it broke %_ etc. formats. But instead of crashing every time
someone prints %s with Irssi::print(), irssi now checks all those
formats and prints them as-is.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1028 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/perl/common/module.h')
-rw-r--r-- | src/perl/common/module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/perl/common/module.h b/src/perl/common/module.h index c7db2d3a..7a035c6c 100644 --- a/src/perl/common/module.h +++ b/src/perl/common/module.h @@ -4,6 +4,7 @@ #undef _ #undef VERSION +#define HAVE_CONFIG_H #include "../module.h" #include "network.h" |