Enlightenment CVS committal Author : vapier Project : e17 Module : libs/epsilon
Dir : e17/libs/epsilon/src/lib/exiftags Modified Files: minolta.c Log Message: init the model var before we use it =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/epsilon/src/lib/exiftags/minolta.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- minolta.c 9 Oct 2004 18:54:47 -0000 1.1 +++ minolta.c 20 Oct 2005 05:13:08 -0000 1.2 @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: minolta.c,v 1.1 2004/10/09 18:54:47 atmosphere Exp $ + * $Id: minolta.c,v 1.2 2005/10/20 05:13:08 vapier Exp $ * */ @@ -419,6 +419,7 @@ struct exifprop *aprop; valbuf = NULL; + model = 0; for (i = 0; i * 4 < prop->count; i++) { ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs