]> git.pld-linux.org Git - packages/vcdimager.git/blob - vcdimager-gcc34.patch
- gcc 3.4 fix.
[packages/vcdimager.git] / vcdimager-gcc34.patch
1 --- vcdimager-0.7.20/lib/image.c.orig   2003-11-10 12:57:49.000000000 +0100
2 +++ vcdimager-0.7.20/lib/image.c        2004-08-02 19:03:05.773563136 +0200
3 @@ -76,7 +76,7 @@
4  }
5  
6  int
7 -vcd_image_sink_write (VcdImageSink *obj, void *buf, uint32_t lsn)
8 +vcd_image_sink_write (VcdImageSink *obj, void *buf, lsn_t lsn)
9  {
10    vcd_assert (obj != NULL);
11  
This page took 0.431452 seconds and 3 git commands to generate.