X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fforw.c;h=140136a9abf8651d17786b96e6d76c886f02063a;hb=12fc1bc3b016c93fa00712de76a286c09dc1ee39;hp=be1242b34a14251de1ae93cc5013c81aa2bb8f80;hpb=2e5668919988fce4e523cbf2294698841b1106a0;p=mmh diff --git a/uip/forw.c b/uip/forw.c index be1242b..140136a 100644 --- a/uip/forw.c +++ b/uip/forw.c @@ -226,11 +226,12 @@ main(int argc, char **argv) issue = 0; issue++; } - if (volume == 0) + if (volume == 0) { snprintf(buf, sizeof(buf), VFORMAT, digest); - if ((cp = context_find(buf)) == NULL || - (volume = atoi(cp)) <= 0) - volume = 1; + if ((cp = context_find(buf)) == NULL || + (volume = atoi(cp)) <= 0) + volume = 1; + } if (!form) form = digestcomps; in = build_form(form, digest, volume, issue);