X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=lib-ui%2Fstatus.c;h=af9ba331d597f42e49e13bb18ee917f825d3b9b1;hb=b2c8662dd3e1d14ed817e9e166f1fd223a5b4754;hp=2ca8f9d1c578437dbea7ec4b3a36c5d9b95ce503;hpb=b6980caf7b13994c57957872876cdecc21e54a82;p=apps%2Fmadmutt.git diff --git a/lib-ui/status.c b/lib-ui/status.c index 2ca8f9d..af9ba33 100644 --- a/lib-ui/status.c +++ b/lib-ui/status.c @@ -7,9 +7,8 @@ * please see the file GPL in the top level source directory. */ -#include +#include -#include #include #include @@ -98,7 +97,7 @@ status_format_str(char *buf, ssize_t buflen, char op, const char *src, case 'h': snprintf (fmt, sizeof (fmt), "%%%ss", prefix); - snprintf (buf, buflen, fmt, NONULL (MCore.shorthost)); + snprintf (buf, buflen, fmt, NONULL (mod_core.shorthost)); break; case 'f':