qemacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemacs-commit] qemacs fractal.c


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs fractal.c
Date: Thu, 18 May 2017 10:10:51 -0400 (EDT)

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        17/05/18 10:10:51

Modified files:
        .              : fractal.c 

Log message:
        build: fix compilation warning

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/fractal.c?cvsroot=qemacs&r1=1.6&r2=1.7

Patches:
Index: fractal.c
===================================================================
RCS file: /sources/qemacs/qemacs/fractal.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- fractal.c   15 May 2017 09:44:21 -0000      1.6
+++ fractal.c   18 May 2017 14:10:51 -0000      1.7
@@ -581,7 +581,7 @@
         } else
         if (!strmatchword(p, "default", pp)) {
             int i, j, n;
-            int last[3], dac[3];
+            int last[3] = { 0, 0, 0 }, dac[3] = { 0, 0, 0 };
 
             /* parse a color fractint colors spec */
             for (i = 0; i < 256; i++) {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]