Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37861473
en ru br
ALT Linux repos
S:1.4.8-alt1.qa1

Group :: Games/Puzzles
RPM: black-box

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: black-box-1.4.7-uninitialized.patch
Download


--- src/blackbox.c
+++ src/blackbox.c
@@ -652,7 +652,7 @@
 
 void generate_field()
 {
-  int x,y,crystal_num;
+  int x,y,crystal_num = 0;
   
   for (x=0;x<=10;x++){
     for (y=0;y<=8;y++){
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin