commit ce3963b2a56a0ffa85c0eeb897f9ece6ef66b868
Author: Matthew Dillon <[email protected]>
Date: Wed Mar 18 17:29:08 2020 -0700
dsynth - Fix bug in dequote()
* Fix bug, the buffer was declared on the stack instead of as a
static.
* Repurpose the static buffer to be a buffer pointer instead,
removing the 256 char limit. The limit was messing up the
:|: delimeter.
Summary of changes:
usr.bin/dsynth/html.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ce3963b2a56a0ffa85c0eeb897f9ece6ef66b868
--
DragonFly BSD source repository