Update of /cvsroot/artoolkit/artoolkit/lib/SRC/VideoLinux1394Cam
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv4723
Modified Files:
video.c
Log Message:
Some compilers complained about this comment having a comment inside it due
to the formatting, I have removed the /* and replaced with / to keep these
compilers happy with no warnings.
Index: video.c
===================================================================
RCS file: /cvsroot/artoolkit/artoolkit/lib/SRC/VideoLinux1394Cam/video.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** video.c 15 Sep 2006 04:06:18 -0000 1.11
--- video.c 15 Sep 2006 04:44:21 -0000 1.12
***************
*** 565,569 ****
/* Decide on where the video1394 device nodes are, they can be either at
! /dev/video1394/* or /dev/video1394-* depending on the distribution */
struct stat video_stat;
if (stat ("/dev/video1394", &video_stat) < 0)
--- 565,569 ----
/* Decide on where the video1394 device nodes are, they can be either at
! /dev/video1394/ or /dev/video1394-* depending on the distribution */
struct stat video_stat;
if (stat ("/dev/video1394", &video_stat) < 0)
|