IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 23, 2004, 5:16:39 PM (22 years ago)
Author:
eugene
Message:

minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/imsearch.c

    r2798 r2822  
    118118    if (TimeSelect && ((pimage[i].obstime < tzero) || (pimage[i].obstime > tzero + trange))) continue;
    119119    if (FilterSelect && (strcasecmp (pimage[i].filter, Filter))) continue;
    120     if (ModeSelect && (pimage[i].mode != mode)) continue;
     120    if (ModeSelect && (pimage[i].mode != Mode)) continue;
    121121    if (CCDSelect && (pimage[i].ccd != CCD)) continue;
    122122    if (TypeSelect && (pimage[i].type != Type)) continue;
    123123
    124     obstime = ctime (&pimage[i].obstime);
     124    obstime = ctime ((time_t *)&pimage[i].obstime);
    125125    obstime[strlen(obstime)-1] = 0;
    126126
Note: See TracChangeset for help on using the changeset viewer.