Преглед изворни кода

HPCC-12490 sneak in correction to WUERR_WorkunitPublished id

WUERR_WorkunitPublished had duplicate error id to another error

Signed-off-by: Jake Smith <jake.smith@lexisnexis.com>
Jake Smith пре 10 година
родитељ
комит
77bb37a822
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      common/workunit/wuerror.hpp

+ 2 - 2
common/workunit/wuerror.hpp

@@ -47,7 +47,7 @@
 #define WUERR_PackageAlreadyExists              5022
 #define WUERR_MismatchClusterType               5023
 #define WUERR_InvalidDll                        5024
-#define WUERR_WorkunitPublished                 5005 // that's bizarre!
-#define WUERR_GraphProgressWriteUnsupported     5025
+#define WUERR_WorkunitPublished                 5025
+#define WUERR_GraphProgressWriteUnsupported     5026
 
 #endif