Explorar o código

[megatec] change model name RTMP I -> RTMP-I

balbekova %!s(int64=4) %!d(string=hai) anos
pai
achega
426eb0c234
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      modules/MegaTec/megatec.c

+ 2 - 2
modules/MegaTec/megatec.c

@@ -427,10 +427,10 @@ void ups_info_response(char *data)
         }
     } else {
         if (UPS.model[0] == 0) {
-            strcpy(UPS.model, "RTMP II");
+            strcpy(UPS.model, "RTMP-II");
             SNMP_SetObjDescr();
         } else {
-            strcpy(UPS.model, "RTMP II");
+            strcpy(UPS.model, "RTMP-II");
         }
     }
     data += (KSTAR_MODEL_LENGTH + 1);