From: Ivan Denisov <d.ivan.krsk@gmail.com>
Date: Sat, 3 Oct 2015 19:32:19 +0000 (+0700)
Subject: exeSize was fixed and binaries were updated
X-Git-Url: http://deadsoftware.ru/gitweb?a=commitdiff_plain;h=7b3db4aac68864d5d6aa2a6dd822cce5e90b6606;p=bbcp.git

exeSize was fixed and binaries were updated
---

diff --git a/BlackBox/_Linux_/Lin/Rsrc/blackbox.c b/BlackBox/_Linux_/Lin/Rsrc/blackbox.c
index 07ad35a..2ebff30 100644
--- a/BlackBox/_Linux_/Lin/Rsrc/blackbox.c
+++ b/BlackBox/_Linux_/Lin/Rsrc/blackbox.c
@@ -16,7 +16,7 @@
 
 /* the exact size (in bytes) of the executable part of the file. */
 /* this constant needs to be updated everytime a change is made to this file */
-#define exeSize 17028
+#define exeSize 17008
 
 
 /* fixup types */
diff --git a/BlackBox/_Linux_/Lin/Rsrc/exe.img b/BlackBox/_Linux_/Lin/Rsrc/exe.img
index 35590c1..873a50e 100755
Binary files a/BlackBox/_Linux_/Lin/Rsrc/exe.img and b/BlackBox/_Linux_/Lin/Rsrc/exe.img differ
diff --git a/BlackBox/_Linux_/blackboxc b/BlackBox/_Linux_/blackboxc
index 89163ab..10d8cbc 100755
Binary files a/BlackBox/_Linux_/blackboxc and b/BlackBox/_Linux_/blackboxc differ
diff --git a/BlackBox/_Linux_GUI/blackbox b/BlackBox/_Linux_GUI/blackbox
index f127a3e..52b3fc1 100755
Binary files a/BlackBox/_Linux_GUI/blackbox and b/BlackBox/_Linux_GUI/blackbox differ