X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2d1f77125ffb16daf661a40710bb0fb48343d1f9..7d2c0f47e69415ffb3425f46f0fd78a984e119e2:/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 {