IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 19, 2009, 3:28:28 PM (17 years ago)
Author:
Paul Price
Message:

Fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsStandard.c

    r25132 r25133  
    452452        psString coordString = NULL;        // String with the coordinates in sexagesimal format
    453453        psStringAppend(&coordString, "%s%02d:%02d:%06.3f",
    454                        negative ? "-" : (strcmp(concepts->name, "FPA.DEC") == 0 ? "+" : ""),
     454                       negative ? "-" : (strcmp(concept->name, "FPA.DEC") == 0 ? "+" : ""),
    455455                       big, medium, small);
    456456        coordItem = psMetadataItemAllocStr(concept->name, concept->comment, coordString);
Note: See TracChangeset for help on using the changeset viewer.