Changeset 24023 for trunk/psLib/test/sys/tap_psMemory.c
- Timestamp:
- Apr 30, 2009, 2:26:44 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sys/tap_psMemory.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sys/tap_psMemory.c
r13084 r24023 512 512 513 513 psSpline1D *spline; 514 spline = psSpline1DAlloc(2, 1, 0, 2); 514 // XXX API changed : 515 // spline = psSpline1DAlloc(2, 1, 0, 2); 516 spline = psSpline1DAlloc(); 515 517 okay = psMemCheckType(PS_DATA_SPLINE1D, spline); 516 518 if (!okay )
Note:
See TracChangeset
for help on using the changeset viewer.
