summaryrefslogtreecommitdiff
path: root/segfault.c
diff options
context:
space:
mode:
Diffstat (limited to 'segfault.c')
-rw-r--r--segfault.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/segfault.c b/segfault.c
index 2e8060c..304aea3 100644
--- a/segfault.c
+++ b/segfault.c
@@ -149,8 +149,7 @@ char *format_magic(int fd,char *from,char *nick,char *orig_fmt,char *arg) {
sz+=strlen(args[c]);
sz+=strlen(notargs[c]);
c++;
- i++;
- j=i;
+ j=i+1;
break;
}
}