Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

diff for gVideo



I hope the following will fix the problems with gcc 2.95.2 and gVideo:

diff -r0.33 graphs.cc
337c337,339
< 	items = g_list_append(items, "new lnb");
---
> 
> 	char *nlnb = "new lnb"; // for gcc 2.95 
> 	items = g_list_append(items,nlnb);

I haven`t installed version 2.95.2 yet, so I don`t know if it will
work.

Marcus

----------------------------------
Marcus Metzler

mocm@netcologne.de
----------------------------------


Home | Main Index | Thread Index