Cellular: Fix compile warnings for CellularNetwork

pull/8258/head
Mirela Chirica 2018-09-26 16:39:05 +03:00
parent a0a9b54e97
commit 265255305a
1 changed files with 3 additions and 3 deletions

View File

@ -150,9 +150,9 @@ public:
op_status = Unknown;
op_rat = RAT_UNKNOWN;
next = NULL;
op_long[0] = NULL;
op_short[0] = NULL;
op_num[0] = NULL;
op_long[0] = '\0';
op_short[0] = '\0';
op_num[0] = '\0';
}
};