git: DragonFly_RELEASE_5_8 dsynth - Fix bug in dequote()

Matthew Dillon dillon at crater.dragonflybsd.org
Sat May 30 10:37:04 PDT 2020


commit ce3963b2a56a0ffa85c0eeb897f9ece6ef66b868
Author: Matthew Dillon <dillon at apollo.backplane.com>
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



More information about the Commits mailing list