mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
march27
This commit is contained in:
@@ -214,13 +214,6 @@ void dupe_strp(Strp *sp, Strp **pp)
|
||||
make_strp(pp,sp->p);
|
||||
pp = &((*pp)->next);
|
||||
sp = sp->next;
|
||||
/*
|
||||
set_mallocdoer(dupe_strp);
|
||||
*pp = (Strp*)Calloc(sizeof(Strp) + strlen(sp->p));
|
||||
Strcpy((*pp)->p,sp->p);
|
||||
pp = &((*pp)->next);
|
||||
sp = sp->next;
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user