Update of /cvsroot/ufraw/ufraw In directory vz-cvs-3.sog:/tmp/cvs-serv21566
Modified Files: dcraw.cc ufraw_ufraw.c Log Message: Update a couple of comments. Index: dcraw.cc =================================================================== RCS file: /cvsroot/ufraw/ufraw/dcraw.cc,v retrieving revision 1.248 retrieving revision 1.249 diff -u -d -r1.248 -r1.249 --- dcraw.cc 6 Aug 2011 16:10:46 -0000 1.248 +++ dcraw.cc 7 Aug 2011 04:30:41 -0000 1.249 @@ -6200,7 +6200,7 @@ case 0x47414d49: /* IMAG */ case 0x32414d49: /* IMA2 */ fseek (ifp, 8, SEEK_CUR); - if (get4() == 30) { /* SIGMA DP* and SD15 are unsupported */ + if (get4() == 30) { /* SIGMA SD15/SD1/DP* are unsupported */ is_foveon = 0; return; } Index: ufraw_ufraw.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw_ufraw.c,v retrieving revision 1.263 retrieving revision 1.264 diff -u -d -r1.263 -r1.264 --- ufraw_ufraw.c 6 Aug 2011 10:47:24 -0000 1.263 +++ ufraw_ufraw.c 7 Aug 2011 04:30:41 -0000 1.264 @@ -1194,7 +1194,7 @@ raw->raw.image = rawimage; dcraw_flip_image(&final, uf->conf->orientation); - // The 'out' image contains the predictated image dimensions. + // The 'out' image contains the predicted image dimensions. // We want to be sure that our predictions were correct. if (out->height != final.height) { g_warning("ufraw_convert_image_first: height mismatch %d!=%d", ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ ufraw-cvs mailing list ufraw-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ufraw-cvs