SCP: Fix potentially uninitialized variable reference
This commit is contained in:
parent
6c425cc790
commit
874f60cbaa
1 changed files with 1 additions and 1 deletions
2
scp.c
2
scp.c
|
@ -13817,7 +13817,7 @@ static t_bool _value_of (const char *data, t_svalue *svalue, char *string, size_
|
|||
CONST char *gptr;
|
||||
|
||||
if (isalpha (*data)) {
|
||||
REG *rptr;
|
||||
REG *rptr = NULL;
|
||||
DEVICE *dptr = sim_dfdev;
|
||||
const char *dot;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue