Index: devel/avarice/files/patch-src_jtagrw.cc =================================================================== --- devel/avarice/files/patch-src_jtagrw.cc (nonexistent) +++ devel/avarice/files/patch-src_jtagrw.cc (working copy) @@ -0,0 +1,11 @@ +--- src/jtagrw.cc.orig 2018-06-27 21:49:14 UTC ++++ src/jtagrw.cc +@@ -131,7 +131,7 @@ uchar *jtag1::jtagRead(unsigned long add + else + numLocations = (numBytes + 1) / 2; + if (numLocations > 256) +- return false; ++ return NULL; + + command[1] = whichSpace; + command[2] = numLocations - 1; Property changes on: devel/avarice/files/patch-src_jtagrw.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property