FLAMP interface fix

* Change AMP recognition from "<FLAMP" to ">FLAMP"
pull/1/head
David Freese 2012-10-06 17:49:41 -05:00
rodzic 9006fdeaf4
commit 2a0f09d8e6
1 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -42,9 +42,12 @@
using namespace std;
const char *wrap_beg = "[WRAP:beg]";
const char *wrap_end = "[WRAP:end]";
const char *flmsg = "<flmsg>";
static const char *wrap_beg = "[WRAP:beg]";
static const char *wrap_end = "[WRAP:end]";
static const char *flmsg = "<flmsg>";
static const char flamp_beg[] = ">FLAMP";
static const char flamp_end[] = "{EOT}";
#ifdef __WIN32__
const char *txtWrapInfo = _("\
@ -267,9 +270,6 @@ void invoke_flmsg()
}
}
static const char flamp_beg[] = "<FLAMP";
static const char flamp_end[] = "{EOT}";
void rx_extract_add(int c)
{
if (!c) return;