Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/epsilon
Dir : e17/libs/epsilon/src/lib/exiftags Modified Files: canon.c Log Message: Remove unitialized variable warning, not sure if this could actually be reached, but there was a case where the variable could be used w/o being initialized. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/epsilon/src/lib/exiftags/canon.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- canon.c 9 Oct 2004 18:54:47 -0000 1.1 +++ canon.c 24 Apr 2005 20:21:08 -0000 1.2 @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: canon.c,v 1.1 2004/10/09 18:54:47 atmosphere Exp $ + * $Id: canon.c,v 1.2 2005/04/24 20:21:08 rbdpngn Exp $ */ /* @@ -792,7 +792,7 @@ canon_custom(struct exifprop *prop, char *off, enum order o, struct ccstm *table) { - int i, j; + int i, j = -1; const char *cn; char *cv = NULL; u_int16_t v; ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs