View | Details | Raw Unified | Return to bug 229376
Collapse All | Expand All

(-)devel/avarice/files/patch-src_jtagrw.cc (+11 lines)
Line 0 Link Here
1
--- src/jtagrw.cc.orig	2018-06-27 21:49:14 UTC
2
+++ src/jtagrw.cc
3
@@ -131,7 +131,7 @@ uchar *jtag1::jtagRead(unsigned long add
4
 	else
5
 	    numLocations = (numBytes + 1) / 2;
6
 	if (numLocations > 256)
7
-	    return false;
8
+	    return NULL;
9
 
10
 	command[1] = whichSpace;
11
 	command[2] = numLocations - 1;

Return to bug 229376