nupa_substitute(), express some constness

This commit is contained in:
rlar 2016-05-15 19:38:03 +02:00
parent 6c1d3ba34a
commit 0fd1e2323c
1 changed files with 1 additions and 1 deletions

View File

@ -1175,7 +1175,7 @@ insertnumber(dico_t *dico, char * const s, SPICE_DSTRINGPTR ustr_p)
bool bool
nupa_substitute(dico_t *dico, const char *s, char *r) nupa_substitute(dico_t *dico, const char *s, char * const r)
/* s: pointer to original source line. /* s: pointer to original source line.
r: pointer to result line, already heavily modified wrt s r: pointer to result line, already heavily modified wrt s
anywhere we find a 10-char numstring in r, substitute it. anywhere we find a 10-char numstring in r, substitute it.