Re: How gvdb_table_is_valid works on glib/dconf



On Wednesday, 16 February 2011, Joshua Lee <muzili gmail com> wrote:
> Then I run the test program, !!*data will always output 1. Here's the
> output.

Isn't that expected behaviour? Data points to a non-empty string, so
*data will always be non-zero. Therefore !*data will always be zero,
therefore !!*data will always be 1.

John


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]