git: dsynth - Fix bug in dequote()

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Mar 18 17:30:11 PDT 2020


commit 1e79c7a765cd638fd09197e5ad708af970280c5f
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/1e79c7a765cd638fd09197e5ad708af970280c5f


-- 
DragonFly BSD source repository



More information about the Commits mailing list