commit: fix recursive call

From: Kenneth J. Davis (jeremyd@computer.org)
Date: Fri Jan 10 2003 - 17:15:28 EST

  • Next message: A.Pruszynski: "equations"

    CVS: ----------------------------------------------------------------------
    CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
    CVS:
    CVS: Committing in .
    CVS:
    CVS: Modified Files:
    CVS: fv_View.cpp
    CVS: ----------------------------------------------------------------------
    fix infinite recursive call

    I'm assuming this is supposed to call the other setTableFormat.

    bool FV_View::setTableFormat(const XML_Char * properties[])
    {
            PT_DocPosition pos = getPoint();
    - return setTableFormat(properties);
    + return setTableFormat(pos, properties);
    }

    bool FV_View::setTableFormat(PT_DocPosition pos, const XML_Char * properties[])



    This archive was generated by hypermail 2.1.4 : Fri Jan 10 2003 - 17:20:11 EST