mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
bigsaycrashfix
This commit is contained in:
@@ -176,7 +176,7 @@ Strp *make_strp(Strp **pp, const char *string)
|
||||
|
||||
Strp *append_strp(Strp **pp, const char *string)
|
||||
{
|
||||
while((*pp)->next != NULL)
|
||||
while((*pp) != NULL)
|
||||
pp = &((*pp)->next);
|
||||
make_strp(pp,string);
|
||||
return(*pp);
|
||||
|
||||
Reference in New Issue
Block a user