Skip to content

Commit 2652553

Browse files
author
Mirela Chirica
committed
Cellular: Fix compile warnings for CellularNetwork
1 parent a0a9b54 commit 2652553

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/cellular/framework/API/CellularNetwork.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ class CellularNetwork : public NetworkInterface {
150150
op_status = Unknown;
151151
op_rat = RAT_UNKNOWN;
152152
next = NULL;
153-
op_long[0] = NULL;
154-
op_short[0] = NULL;
155-
op_num[0] = NULL;
153+
op_long[0] = '\0';
154+
op_short[0] = '\0';
155+
op_num[0] = '\0';
156156
}
157157
};
158158

0 commit comments

Comments
 (0)