On Mon, Apr 15, 2002 at 01:10:28PM +0200, Alessio Sangalli wrote: > struct videoDisplayStillPicture sp; ... > if ((ans = ioctl(fd, VIDEO_STILLPICTURE, sp)) < 0)
try this one:
if ((ans = ioctl(fd, VIDEO_STILLPICTURE, &sp)) < 0)
> and I compile this with:
> g++ -I/usr/src/DVB/ost/include/ test.c
How about adding -Wall ?
HTH,
Johannes
--
Info:
To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as
subject.
