mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
reorganizing
This commit is contained in:
@@ -107,8 +107,8 @@ XS(XS_perl_parse_hook)
|
||||
hook->next = hooklist;
|
||||
hooklist = hook;
|
||||
|
||||
hook->type.command = Strcpy(hook->self,sub) + 1;
|
||||
Strcpy(hook->type.command,name);
|
||||
hook->type.command = stringcpy(hook->self,sub) + 1;
|
||||
stringcpy(hook->type.command,name);
|
||||
|
||||
/*
|
||||
* return successful status to script
|
||||
|
||||
Reference in New Issue
Block a user