Deleted Added
full compact
143c143
< strcpy(sepstring, *av + 2);
---
> sepstring = *av + 2;
147c147
< strcpy(sepstring, *++av);
---
> sepstring = *++av;