IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2005, 3:49:04 PM (21 years ago)
Author:
jhoblitt
Message:

fix type warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/popobject.tt

    r4196 r4265  
    1717[% FOREACH item = columns -%]
    1818[% IF i == 0 %][% i = 1 %][% ELSE %], [% END -%]
     19[% IF item.type == "STR" -%]
     20(char **)&[% item.name -%]
     21[% ELSE-%]
    1922&[% item.name -%]
     23[% END -%]
    2024[% END %]);
    2125    if (!status) {
Note: See TracChangeset for help on using the changeset viewer.