X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2d1f77125ffb16daf661a40710bb0fb48343d1f9..5f1f8f86e1cc6d51ba77aed65ae78612a1e9e5cb:/uip/forw.c diff --git a/uip/forw.c b/uip/forw.c index 3c3e4f6a..22ecc004 100644 --- a/uip/forw.c +++ b/uip/forw.c @@ -430,10 +430,11 @@ try_it_again: 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; } else {