
16 May
2011
16 May
'11
4:55 a.m.
On Sunday, May 15, 2011 21:52:53 Mike Frysinger wrote:
On Sunday, May 15, 2011 11:21:19 Aneesh V wrote:
+static void omapimage_print_header(const void *ptr) +{
- struct ch_toc *toc = (struct ch_toc *)ptr;
you're casting away the void. something is fundamentally broken here.
err, obviously i meant "const" instead of "void" ... -mike