From d0b9326a352ed2fbc3ae66fdef40b4533a2f211d Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Tue, 11 Aug 2015 06:22:27 +0000
Subject: [PATCH] Hacks to get nightmare to not break gridsizing

---
 src/utils.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/utils.h b/src/utils.h
index 5e6c507..e93cdd0 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -4,6 +4,8 @@
 #include <time.h>
 #include "list.h"
 
+#define SECRET_NUM -1234
+
 char *basecfg(char *cfgfile);
 int alphanum_to_int(char c);
 char int_to_alphanum(int i);

--
Gitblit v1.10.0