diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-23 07:20:47 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-23 07:20:47 -0400 |
| commit | 7de9f2db60a05d663e50051622091123e125963c (patch) | |
| tree | b24a0c40574891cf668e7daa8ccbc2f0c99713b7 /src/indic8.c | |
| parent | 52708bc160da106cd406c26f8b797d46e58cc423 (diff) | |
| download | fujinet-chat-7de9f2db60a05d663e50051622091123e125963c.tar.gz | |
Refer to ind_act_status by its own name.
Diffstat (limited to 'src/indic8.c')
| -rw-r--r-- | src/indic8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indic8.c b/src/indic8.c index 2be86d6..1dc7e9d 100644 --- a/src/indic8.c +++ b/src/indic8.c @@ -34,5 +34,5 @@ void ind_act(char c) { void ind_check_timer(void) { if(!OS.cdtmv5) - ind_net_status[1] = 0; + *ind_act_status = 0; } |
