Index: trunk/psModules/src/config/pmConfigCamera.c
===================================================================
--- trunk/psModules/src/config/pmConfigCamera.c	(revision 23452)
+++ trunk/psModules/src/config/pmConfigCamera.c	(revision 26559)
@@ -210,6 +210,5 @@
 
     // See if the new one is already there
-    psString newName = NULL;       // Name of skycelled camera
-    psStringAppend(&newName, "_%s-SKYCELL", name);
+    psString newName = pmConfigCameraSkycellName(name); // Name of skycelled camera
     if (psMetadataLookup(oldCameras, newName)) {
         psFree(newName);
