IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12762


Ignore:
Timestamp:
Apr 5, 2007, 2:29:25 PM (19 years ago)
Author:
Paul Price
Message:

"concept" is confusing --- it's a file rule.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfileDefine.c

    r12716 r12762  
    4545    psMetadata *data = psMetadataLookupPtr (&status, filerules, realname);
    4646    if (data == NULL) {
    47         psError(PS_ERR_IO, true, "Can't find file concept %s!", name);
     47        psError(PS_ERR_IO, true, "Can't find file rule %s!", name);
    4848        return NULL;
    4949    }
     
    129129    psMetadata *data = psMetadataLookupPtr (&status, filerules, realname);
    130130    if (data == NULL) {
    131         psError(PS_ERR_IO, true, "Can't find file concept %s!", name);
     131        psError(PS_ERR_IO, true, "Can't find file rule %s!", name);
    132132        return NULL;
    133133    }
Note: See TracChangeset for help on using the changeset viewer.