com gtk/php-gtk: Fix compile error.: ext/gtk+/gtktreeview.overrides

[email protected] (David Soria Parra)
Newsgroups php.gtk.cvs
Message-ID <[email protected]>
Commit:    624424b13bdd5d17c3637ba47caa53bad6a3b26f
Author:    Andrei Zmievski <[email protected]>         Fri, 28 Apr 2006 13:46:51 +0000
Parents:   2ef8b1cabccf48234d78aa51e36e20d7a974729f
Branches:  master

Link:       http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=624424b13bdd5d17c3637ba47caa53bad6a3b26f

Log:
Fix compile error.

Changed paths:
  M  ext/gtk+/gtktreeview.overrides


Diff:
624424b13bdd5d17c3637ba47caa53bad6a3b26f
diff --git a/ext/gtk+/gtktreeview.overrides b/ext/gtk+/gtktreeview.overrides
index 05f7623..d43ff72 100644
--- a/ext/gtk+/gtktreeview.overrides
+++ b/ext/gtk+/gtktreeview.overrides
@@ -1270,14 +1270,14 @@ PHP_METHOD
     GtkTreeIter *iter;
     zval *columns = NULL, *php_iter, **item;
     int n_columns;
-    zend_bool varargs = false;
+    zend_bool varargs = FALSE;
 
     NOT_STATIC_METHOD();
 
     if (php_gtk_parse_args_quiet(ZEND_NUM_ARGS(), "Oa", &php_iter, gtktreeiter_ce, &columns)) {
-        varargs = false;
+        varargs = FALSE;
     } else if (php_gtk_parse_varargs(ZEND_NUM_ARGS(), 1, &columns, "O", &php_iter, gtktreeiter_ce)) {
-        varargs = true;
+        varargs = TRUE;
     }  else {
         return;
     }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.