X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhbuildsbr.c;h=94c1ce731efd5eafbcceb63b914cf078b4f7c469;hp=23163f7eec032cb9ce2b0f450777a24a7bba6a82;hb=097c84b61603c4a4c5837f3dcc09c30a1e751702;hpb=64d621d6806432dabe5bd62282f17027bb08d418 diff --git a/uip/mhbuildsbr.c b/uip/mhbuildsbr.c index 23163f7..94c1ce7 100644 --- a/uip/mhbuildsbr.c +++ b/uip/mhbuildsbr.c @@ -721,7 +721,7 @@ use_forw: /* else, use the current folder */ if (!folder) - folder = add(getfolder(1), NULL); + folder = add(getfolder(FCUR), NULL); if (!(mp = folder_read(folder))) adios(NULL, "unable to read folder %s", folder);