diff options
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r-- | mbbsd/edit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c index 54c515b4..c871ca52 100644 --- a/mbbsd/edit.c +++ b/mbbsd/edit.c @@ -1477,7 +1477,7 @@ addsignature(FILE * fp, int ifuseanony) browse_sigs: showsignature(fpath, &i, &si); - if (si.max > 0){ + if (si.total > 0){ unsigned char msg[64]; ch = isdigit(cuser.signature) ? cuser.signature : 'X'; |