Re: monkeyiq - r30369 - in abiword/trunk/src: text/ptbl/xp wp/impexp/xp

From: Ben Martin <monkeyiq_at_users.sourceforge.net>
Date: Tue Oct 11 2011 - 09:23:43 CEST

On Mon, 2011-10-10 at 18:11 -0700, Hub Figuière wrote:
> On 11-10-10 3:51 PM, cvs@abisource.com wrote:
>
> > @@ -605,6 +615,10 @@
> > {
> > PD_ResultBindings_t ret;
> >
> > +#ifndef WITH_REDLAND
> > + return ret;
> > +#else
> > +
>
> You are returning an undefined value?
>

An empty result... from the header file:
typedef std::list< std::map< std::string, std::string > >
PD_ResultBindings_t;

If you don't have redland you don't get to query.

>
> Hub

Received on Tue Oct 11 09:24:01 2011

This archive was generated by hypermail 2.1.8 : Tue Oct 11 2011 - 09:24:01 CEST