uninitialized string error, found by Ron (the *other* ron) on the forums.

This commit is contained in:
Ron Pedde 2007-04-12 18:34:09 +00:00
parent 245e062530
commit 9ccc48eac9
1 changed files with 4 additions and 3 deletions

View File

@ -352,10 +352,11 @@ void plugin_handler(WS_CONNINFO *pwsc) {
ppi->dq.limit = (h - l) + 1;
}
}
}
_ppi->log(E_DBG,"Index %s: offset %d, limit %d\n",index_req,
ppi->dq.offset,ppi->dq.limit);
_ppi->log(E_DBG,"Index %s: offset %d, limit %d\n",index_req,
ppi->dq.offset,ppi->dq.limit);
}
if(_ppi->ws_getvar(pwsc,"query")) {
ppi->dq.filter_type = FILTER_TYPE_APPLE;