'everything' module: ok one another

SVN revision: 41768
This commit is contained in:
Hannes Janetzek 2009-08-14 16:40:07 +00:00
parent 3a48a725ec
commit 69dc178b13
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ _dbus_cb_reply(void *data, DBusMessage *msg, DBusError *error)
else
inst->matched = NULL;
}
else if (inst->items && inst->input)
else if (inst->items && inst->input && strlen(inst->input) > 0)
{
int len_matched = (inst->matched ? strlen(inst->matched) : 0);
int len_input = strlen(inst->input);