Write correct length to terminal for unflash sequences

Introduce a wrapper for fwrite() of a full string to the current_ftarget.
This commit is contained in:
Kevin Easton
2017-06-09 00:42:57 +10:00
parent 917a04ce66
commit 4ae2c5ebdd
2 changed files with 15 additions and 7 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2.2]
* Write correct length to terminal for unflash sequences. (caf)
* Update source file dependencies in Makefile.in. (caf)
* Remove unused opendir.c. (caf)