aboutsummaryrefslogtreecommitdiff
path: root/src/democustom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/democustom.c')
-rw-r--r--src/democustom.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/democustom.c b/src/democustom.c
index 30fc4ee..749415b 100644
--- a/src/democustom.c
+++ b/src/democustom.c
@@ -120,7 +120,8 @@ INIT {
if (buildnum >= 2042) nbits_datalen = 11; else nbits_datalen = 12;
//}
- return find_WriteMessages();
+ if (!find_WriteMessages()) return FEAT_INCOMPAT;
+ return FEAT_OK;
}
// vi: sw=4 ts=4 noet tw=80 cc=80