X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhstoresbr.c;h=ed1b8223e5405550756ec8c4aee09b935717e08c;hb=0808f3e85977428948be17783e31c14c4f4b8622;hp=596218494a0783aa288a858d6edece558b33aadc;hpb=4548981fb45fbc917cc2c26b7c96b31cfa14bc9b;p=mmh diff --git a/uip/mhstoresbr.c b/uip/mhstoresbr.c index 5962184..ed1b822 100644 --- a/uip/mhstoresbr.c +++ b/uip/mhstoresbr.c @@ -48,7 +48,6 @@ typedef int (*qsort_comp) (const void *, const void *); /* mhmisc.c */ int part_ok (CT, int); int type_ok (CT, int); -int make_intermediates (char *); void flush_errors (void); /* mhshowsbr.c */ @@ -93,9 +92,7 @@ store_all_messages (CT *cts) * Check for the directory in which to * store any contents. */ - if (autosw) - dir = getcpy (cwd); - else if ((cp = context_find (nmhstorage)) && *cp) + if ((cp = context_find (nmhstorage)) && *cp) dir = getcpy (cp); else dir = getcpy (cwd);