fix undefined behavior in fmt_trim()
authorPhilipp Takacs <philipp@bureaucracy.de>
Fri, 16 Jun 2017 12:12:24 +0000 (14:12 +0200)
committerPhilipp Takacs <philipp@bureaucracy.de>
Fri, 30 Jun 2017 09:41:09 +0000 (11:41 +0200)
commit5edd028a43a622bbdd5e9bbd658a7284aaf340ba
tree85bda9ae474882b60bb22f8ca83d937eafd782fb
parentb600ac49b9dd3fe3938e6a7618d4b75f30e5b636
fix undefined behavior in fmt_trim()

It now writes the output in the input char *. This is only a temporaly
fix.
sbr/fmt_scan.c