IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2012, 2:39:41 PM (14 years ago)
Author:
eugene
Message:

fix build errors

Location:
branches/eam_branches/ipp-20120905/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120905/Ohana

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/eam_branches/ipp-20120905/Ohana/src/opihi/cmd.data/dbselect.c

    r34573 r34618  
    6262  for (i = 0; i < Ncols; i++) {
    6363    char *name = fields[i].name ? fields[i].name : fields[i].org_name;
    64     if ((vec[i] = SelectVector (fields[i].name, ANYVECTOR, TRUE)) == NULL) {
    65       gprint (GP_ERR, "trouble creating vector named %s\n", fields[i].name);
     64    if ((vec[i] = SelectVector (name, ANYVECTOR, TRUE)) == NULL) {
     65      gprint (GP_ERR, "trouble creating vector named %s\n", name);
    6666      free (query);
    6767      free (vec);
Note: See TracChangeset for help on using the changeset viewer.