summarylogtreecommitdiffstats
path: root/return-false.diff
diff options
context:
space:
mode:
Diffstat (limited to 'return-false.diff')
-rw-r--r--return-false.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/return-false.diff b/return-false.diff
new file mode 100644
index 000000000000..f3fff861047c
--- /dev/null
+++ b/return-false.diff
@@ -0,0 +1,11 @@
+--- a/src/beerxmlreader.cpp 2018-05-02 17:07:05.326205523 +1200
++++ b/src/beerxmlreader.cpp 2018-05-02 17:06:47.596074348 +1200
+@@ -254,7 +254,7 @@
+ }
+ if (hasError()) {
+ raiseError("Problem reading recipe");
+- return false;
++ return NULL;
+ }
+
+ // set grain use according to recipe type