summaryrefslogtreecommitdiffstats
path: root/tapset/system.stp
diff options
context:
space:
mode:
Diffstat (limited to 'tapset/system.stp')
-rw-r--r--tapset/system.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/system.stp b/tapset/system.stp
index 83e35989..8e779a6d 100644
--- a/tapset/system.stp
+++ b/tapset/system.stp
@@ -1,3 +1,3 @@
function system (cmd:string) %{
- _stp_write(STP_SYSTEM, THIS->cmd, strlen(THIS->cmd)+1);
+ _stp_ctl_write(STP_SYSTEM, THIS->cmd, strlen(THIS->cmd)+1);
%}