Grc gr_delay.xml bug

Hi,

I think the gr_delay.xml should use gr.skiphead(int delay). Right now
it uses gr.head(int delay) which just copies “delay” samples and
signals done.

Regards,
Karthik

congratulations sir, you have found a copy + paste bug.

The fix is in the trunk: http://gnuradio.org/trac/changeset/10884

-josh