minor stylistic change (NULL to '\0')
Submitted-by: Philippe Charnier <charnier@xp11.frmug.org> Closes PR#2999
This commit is contained in:
parent
75ce49d645
commit
47a5f49956
@ -374,7 +374,7 @@ putScp(os)
|
||||
if (psptr < PSMAX) {
|
||||
++psptr;
|
||||
strncpy (pstack[psptr], pname, PNAMELEN);
|
||||
pstack[psptr][PNAMELEN] = NULL;
|
||||
pstack[psptr][PNAMELEN] = '\0';
|
||||
plstack[psptr] = blklevel;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user