Changeset 25133
- Timestamp:
- Aug 19, 2009, 3:28:28 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsStandard.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsStandard.c
r25132 r25133 452 452 psString coordString = NULL; // String with the coordinates in sexagesimal format 453 453 psStringAppend(&coordString, "%s%02d:%02d:%06.3f", 454 negative ? "-" : (strcmp(concept s->name, "FPA.DEC") == 0 ? "+" : ""),454 negative ? "-" : (strcmp(concept->name, "FPA.DEC") == 0 ? "+" : ""), 455 455 big, medium, small); 456 456 coordItem = psMetadataItemAllocStr(concept->name, concept->comment, coordString);
Note:
See TracChangeset
for help on using the changeset viewer.
