Comment 3 for bug 123022

Revision history for this message
Christian Neumair (chris-gnome-de) wrote :

Before I forget it: Maybe you also have to check for value being NULL, it's abit more safe, i.e.

if (value != NULL && value[0] != '\0')

may also be appropriate