IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 30, 2009, 2:26:44 PM (17 years ago)
Author:
eugene
Message:

fixed API errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sys/tap_psMemory.c

    r13084 r24023  
    512512   
    513513        psSpline1D *spline;
    514         spline = psSpline1DAlloc(2, 1, 0, 2);
     514        // XXX API changed :
     515        // spline = psSpline1DAlloc(2, 1, 0, 2);
     516        spline = psSpline1DAlloc();
    515517        okay = psMemCheckType(PS_DATA_SPLINE1D, spline);
    516518        if (!okay )
Note: See TracChangeset for help on using the changeset viewer.