X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Ffmt_scan.c;h=f689300ff07773e32159c64ee4f538eff733f7d4;hb=73f1ba9ecc732c6eca2db82b40f6353b305a58d7;hp=9c1eb16aecbc8eba89d6a7e3c3dfc5bf9b2ffdf0;hpb=7b3154538d24958c2e3ed0e20e80bb33d3d98a3a;p=mmh diff --git a/sbr/fmt_scan.c b/sbr/fmt_scan.c index 9c1eb16..f689300 100644 --- a/sbr/fmt_scan.c +++ b/sbr/fmt_scan.c @@ -33,7 +33,8 @@ struct msgs *fmt_current_folder; /* current folder (set by main program) */ #endif extern int fmt_norm; /* defined in sbr/fmt_def.c = AD_NAME */ -struct mailname fmt_mnull; +struct mailname fmt_mnull = { NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, + NULL, NULL }; /* * static prototypes @@ -821,6 +822,10 @@ fmt_scan (struct format *format, char *scanl, int width, int *dat) sp = fmt->f_text; indent = strlen (sp); wid -= indent; + if (wid <= 0) { + adios(NULL, "putaddr -- num register (%d) must be greater " + "than label width (%d)", value, indent); + } while( (c = *sp++) && cp < ep) *cp++ = c; while (len > wid) {