This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/imbuf/intern
Kent Mein 734e358eb4 Fixed two uninitalized vars:
Kent

 /cvs01/blender/source/blender/imbuf/intern/iris.c,v
retrieving revision 1.3
diff -u -r1.3 iris.c
--- iris.c      2002/11/25 12:02:00     1.3
+++ iris.c      2002/12/19 22:12:53
@@ -212,7 +212,7 @@
 /*  unsigned int *tab; */
 /*  int len; */
 {
-       int r;
+       int r = 0;

        while(len) {
                r = putlong(outf,*tab++);
@@ -548,7 +548,7 @@
 {
        FILE *outf;
        IMAGE *image;
-       int tablen, y, z, pos, len;
+       int tablen, y, z, pos, len = 0;
        int *starttab, *lengthtab;
        unsigned char *rlebuf;
2002-12-19 22:13:37 +00:00
..
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 11:16:17 +00:00
2002-11-25 11:16:17 +00:00
2002-11-25 11:16:17 +00:00
2002-11-25 11:16:17 +00:00
2002-11-25 11:16:17 +00:00
2002-11-25 11:16:17 +00:00
2002-11-25 11:16:17 +00:00
2002-11-25 11:16:17 +00:00
2002-11-25 11:16:17 +00:00
2002-11-25 11:16:17 +00:00
2002-11-25 11:16:17 +00:00
2002-11-25 11:16:17 +00:00
2002-11-25 11:16:17 +00:00
2002-11-25 11:16:17 +00:00
2002-11-25 11:16:17 +00:00
2002-11-25 11:16:17 +00:00
2002-12-19 22:13:37 +00:00
2002-11-25 12:02:15 +00:00
2002-10-12 11:37:38 +00:00
2002-11-25 11:16:17 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00