Update to 2.0.0 tree from current Fremantle build
[opencv] / debian / patches / 110_dc1394.diff
1 --- a/src/highgui/cvcap_dc1394.cpp.orig 2009-11-25 16:26:16.000000000 +0900
2 +++ b/src/highgui/cvcap_dc1394.cpp      2009-11-25 16:26:33.000000000 +0900
3 @@ -812,7 +812,7 @@
4  
5                         // now check if the auto is on.
6                         if( dc1394_is_feature_auto(capture->handle, capture->camera->node, feature_id, &isAutoOn ) == DC1394_FAILURE ) {
7 -                               fprintf(stderr, "error determining if feature %d has auto on!\n", index);
8 +                               fprintf(stderr, "error determining if feature %d has auto on!\n", feature_id);
9                                 return 0;
10                         }
11                 }