Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 594274 | Differences between
and this patch

Collapse All | Expand All

(-)vcd-0.9/functions.h.old (-2 / +2 lines)
Lines 167-173 Link Here
167
     __u16  playing_time;
167
     __u16  playing_time;
168
     __u8   play_item_wait_time;
168
     __u8   play_item_wait_time;
169
     __u8   auto_pause_wait_time;
169
     __u8   auto_pause_wait_time;
170
     __u16  play_item[];
170
     __u16  play_item[1];
171
  } play;
171
  } play;
172
  struct {
172
  struct {
173
     __u8   header;
173
     __u8   header;
Lines 183-189 Link Here
183
     __u8   timeout_wait_time;
183
     __u8   timeout_wait_time;
184
     __u8   loop_count;
184
     __u8   loop_count;
185
     __u16  play_item;
185
     __u16  play_item;
186
     __u16  selection_offset[];
186
     __u16  selection_offset[1];
187
  } selection;
187
  } selection;
188
};
188
};
189
189

Return to bug 594274