IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 16, 2007, 6:15:25 PM (19 years ago)
Author:
jhoblitt
Message:

require ippdb 1.1.9
add expgroup/dvodb fields to ippdb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/chiptool.c

    r11843 r11875  
    887887        pendingExp->p2_version,
    888888        pendingExp->p1_version,
    889         pendingExp->label
     889        pendingExp->label,
     890        pendingExp->expgroup,
     891        pendingExp->dvodb
    890892    );
    891893}
     
    900902        0x0,        // p3 version
    901903        pendingExp->p2_version,
    902         pendingExp->label
     904        pendingExp->label,
     905        pendingExp->expgroup,
     906        pendingExp->dvodb
    903907    );
    904908}
Note: See TracChangeset for help on using the changeset viewer.