Index: /trunk/Ohana/src/delstar/src/delete_duplicate_measures.c
===================================================================
--- /trunk/Ohana/src/delstar/src/delete_duplicate_measures.c	(revision 39670)
+++ /trunk/Ohana/src/delstar/src/delete_duplicate_measures.c	(revision 39671)
@@ -111,13 +111,13 @@
 
     // save backup of original cpm file
-    if (!dvo_catalog_subset_backup (&catalog, ".dl1")) {
+    if (!dvo_catalog_subset_backup (&catalog, ".dlx")) {
       fprintf (stderr, "ERROR: failed to make backup cpt table for catalog %s\n", catalog.filename);
       exit (1);
     }
-    if (!dvo_catalog_subset_backup (catalog.measure_catalog, ".d1l")) {
+    if (!dvo_catalog_subset_backup (catalog.measure_catalog, ".d1x")) {
       fprintf (stderr, "ERROR: failed to make backup cpm table for catalog %s\n", catalog.filename);
       exit (1);
     }
-    if (!dvo_catalog_subset_backup (catalog.secfilt_catalog, ".dl1")) {
+    if (!dvo_catalog_subset_backup (catalog.secfilt_catalog, ".dlx")) {
       fprintf (stderr, "ERROR: failed to make backup cps table for catalog %s\n", catalog.filename);
       exit (1);
