merge bits
This commit is contained in:
+1
-1
@@ -190,7 +190,7 @@ rumor_check()
|
|||||||
rumor_buf[0] = '\0';
|
rumor_buf[0] = '\0';
|
||||||
if (g.true_rumor_size == 0L) { /* if this is 1st outrumor() */
|
if (g.true_rumor_size == 0L) { /* if this is 1st outrumor() */
|
||||||
init_rumors(rumors);
|
init_rumors(rumors);
|
||||||
if (g.true_rumor_size < 0L)
|
if (g.true_rumor_size < 0L) {
|
||||||
rumors = (dlb *) 0; /* init_rumors() closes it upon failure */
|
rumors = (dlb *) 0; /* init_rumors() closes it upon failure */
|
||||||
goto no_rumors; /* init failed */
|
goto no_rumors; /* init failed */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user