X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=uip%2Fforw.c;fp=uip%2Fforw.c;h=140136a9abf8651d17786b96e6d76c886f02063a;hb=8051c625ea98a42e6f8f0b4276babeeae49b339f;hp=be1242b34a14251de1ae93cc5013c81aa2bb8f80;hpb=89500484352c5b5bf741879db73b1ed0c84770da;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);