View | Details | Raw Unified | Return to bug 118062
Collapse All | Expand All

(-)yarrow.c (+1 lines)
Lines 297-302 Link Here
297
				generator_gate();
297
				generator_gate();
298
				random_state.outputblocks = 0;
298
				random_state.outputblocks = 0;
299
			}
299
			}
300
			cur = (int)sizeof(random_state.counter) - (int)tomove;
300
			retval += (int)tomove;
301
			retval += (int)tomove;
301
		}
302
		}
302
	}
303
	}

Return to bug 118062