summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/edit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c
index 45cfe76d..ca8c6882 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -1538,6 +1538,8 @@ browse_sigs:
fputs(buf, fp);
fclose(fs);
ch = '0';
+ } else if (isdigit((int)buf[0])) {
+ ch = '0';
}
}
}