IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 25, 2012, 9:57:11 AM (14 years ago)
Author:
eugene
Message:

fix minor mysql issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120905/Ohana/src/opihi/cmd.data/dbselect.c

    r20936 r34573  
    6161  ALLOCATE (vec, Vector *, Ncols);
    6262  for (i = 0; i < Ncols; i++) {
     63    char *name = fields[i].name ? fields[i].name : fields[i].org_name;
    6364    if ((vec[i] = SelectVector (fields[i].name, ANYVECTOR, TRUE)) == NULL) {
    6465      gprint (GP_ERR, "trouble creating vector named %s\n", fields[i].name);
Note: See TracChangeset for help on using the changeset viewer.