Ver Fonte

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

balbekova há 4 anos atrás
pai
commit
426eb0c234
1 ficheiros alterados com 2 adições e 2 exclusões
  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);