IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 19, 2004, 9:41:51 AM (22 years ago)
Author:
rhl
Message:

Fixed up code for changes in organisation and APIs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/src/Utils/array.c

    r385 r446  
    1111P_PS_CREATE_ARRAY_TYPE(static, my_, psVoidPtr);
    1212
    13 psVoidPtrArray *psVoidPtrArrayAlloc(int n, int s)
     13psVoidPtrArray *psVoidPtrArrayAlloc(int n)
    1414{
    15     return my_psVoidPtrArrayAlloc(n, s);
     15    return my_psVoidPtrArrayAlloc(n);
    1616}
    1717
Note: See TracChangeset for help on using the changeset viewer.