Package: textdraw / 0.2+ds-2

Metadata

Package Version Patches format
textdraw 0.2+ds-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_include_stdlib_h | (download)

td.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
02_rename_round.diff | (download)

td.c | 42 21 + 21 - 0 !
1 file changed, 21 insertions(+), 21 deletions(-)

---
03 avoid smashed stack.diff | (download)

td.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix two problems causing smashed stacks. first, out-of-bounds for terminals
 lager than 200 chars. Second, improper NULL pointer check.

04 use_move.diff | (download)

td.c | 18 9 + 9 - 0 !
1 file changed, 9 insertions(+), 9 deletions(-)

 generated with a sed-script. fixes multiple:
 warning: zero-length gnu_printf format string [-Wformat-zero-length]

05 remove_useless_var.diff | (download)

td.c | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 warning: variable c set but not used [-wunused-but-set-variable]

06 fix_format_identifier.diff | (download)

td.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 warning: format %d expects argument of type int, but argument 6 has type size_t {aka long unsigned int}