Index: trunk/psModules/src/concepts/pmConceptsStandard.c
===================================================================
--- trunk/psModules/src/concepts/pmConceptsStandard.c	(revision 25132)
+++ trunk/psModules/src/concepts/pmConceptsStandard.c	(revision 25133)
@@ -452,5 +452,5 @@
         psString coordString = NULL;        // String with the coordinates in sexagesimal format
         psStringAppend(&coordString, "%s%02d:%02d:%06.3f",
-                       negative ? "-" : (strcmp(concepts->name, "FPA.DEC") == 0 ? "+" : ""),
+                       negative ? "-" : (strcmp(concept->name, "FPA.DEC") == 0 ? "+" : ""),
                        big, medium, small);
         coordItem = psMetadataItemAllocStr(concept->name, concept->comment, coordString);
