Move "active" code out of debug statements
[lttv.git] / lttv / lttv / filter.c
index 28252b31bdfc3d32a41cf1a28cd9c731c210fa0e..fa5a1559dbd09211c79595315beb9a24cd70738a 100644 (file)
@@ -137,7 +137,8 @@ lttv_simple_expression_assign_field(GPtrArray* fp, LttvSimpleExpression* se) {
   GString* f = NULL;
 
   if(fp->len < 2) return FALSE;
-  g_assert((f=ltt_g_ptr_array_remove_index_slow(fp,0)));
+  f=ltt_g_ptr_array_remove_index_slow(fp,0);
+  g_assert(f);
 
 
   /*
This page took 0.022305 seconds and 4 git commands to generate.