On Thu, Jan 04, 2018 at 07:14:27PM +0100, Jochen Sprickerhof wrote:
> j doesn't need initialization, so here is V2.
> From 0c1c5014b0a413df9591f37a987afbc5cd626c32 Mon Sep 17 00:00:00 2001
> From: Jochen Sprickerhof
> Date: Thu, 4 Jan 2018 19:02:00 +0100
> Subject: [PATCH] =?UTF-8?q?Fix=20warning
j doesn't need initialization, so here is V2.
From 0c1c5014b0a413df9591f37a987afbc5cd626c32 Mon Sep 17 00:00:00 2001
From: Jochen Sprickerhof
Date: Thu, 4 Jan 2018 19:02:00 +0100
Subject: [PATCH] =?UTF-8?q?Fix=20warning:=20=E2=80=98i=E2=80=99=20may=20be?=
=?UTF-8?q?=20used=20uninitialized=20in=2
Hi,
there is a small regression in there:
* g...@suckless.org [2018-01-04 18:16]:
- int x, y, i = 0;
+ int x, y, i, j = 0;
The attached patch fixes that.
Cheers Jochen
From 58f604d2e38515819e962f27b34dda67686f1661 Mon Sep 17 00:00:00 2001
From: Jochen Sprickerhof
Date: Thu, 4 J
commit 84a1bc5d0d6b54eb23268e8f02a787be9ccbd919
Author: Vincent Carluer
AuthorDate: Thu Jan 4 12:27:37 2018 +
Commit: Hiltjo Posthuma
CommitDate: Thu Jan 4 18:14:41 2018 +0100
Instantiate j var outside #ifdef XINEMARA directive because it is used in
loop outside directive
diff