From 747ae8d1b06a041212ef1e0db9e1bd3eba4c278c Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 13 Feb 2006 19:40:08 +0000 Subject: fixes for gcc 3.3, changing FLEXT_USECMEM to FLEXT_USE_CMEMw avoid trying to send empty message bundles svn path=/trunk/; revision=4586 --- externals/grill/flext/source/flqueue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/grill/flext/source') diff --git a/externals/grill/flext/source/flqueue.cpp b/externals/grill/flext/source/flqueue.cpp index b1adfb24..13b45c5c 100755 --- a/externals/grill/flext/source/flqueue.cpp +++ b/externals/grill/flext/source/flqueue.cpp @@ -158,7 +158,7 @@ public: // \note PD sys lock must already be held by caller inline void Send() const { - FLEXT_ASSERT(msg.Ok()); + if(!msg.Ok()) return; // Empty! const Msg *m = &msg; do { -- cgit v1.2.1