Initialize variable in lj92.c
(fixes #5090)
This commit is contained in:
@@ -521,7 +521,7 @@ static int parseScan(ljp* self) {
|
|||||||
|
|
||||||
// First pixel predicted from base value
|
// First pixel predicted from base value
|
||||||
int diff;
|
int diff;
|
||||||
int Px;
|
int Px = 0;
|
||||||
int col = 0;
|
int col = 0;
|
||||||
int row = 0;
|
int row = 0;
|
||||||
int left = 0;
|
int left = 0;
|
||||||
|
Reference in New Issue
Block a user