X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-ui%2Fstatus.c;h=af9ba331d597f42e49e13bb18ee917f825d3b9b1;hp=2ca8f9d1c578437dbea7ec4b3a36c5d9b95ce503;hb=eab27dfc9eb0f7b21b560f37ec28f48cfbfa9f40;hpb=b6980caf7b13994c57957872876cdecc21e54a82 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':