Displaying 2 results from an estimated 2 matches for "strlen_consol".
Did you mean:
strlen_console
2017 Jan 13
1
[PATCH] workaround for DJGPP missing wcswidth()
Attached patch works around for DJGPP missing wcswidth()
in flac/utils.c:strlen_console()
--
O.S.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-flac-utils.c-strlen_console-workaround-for-DJGPP-mis.patch
Type: application/octet-stream
Size: 683 bytes
Desc: not available
URL: <http://lists.xiph.org/pipermail/flac-dev/attachments/20170113/1...
2014 Jul 07
1
[PATCH] for console width detection
A bug was reported here:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739613
get_console_width() may return 0, and there will be division by 0
in stats_print_name():
console_width = get_console_width();
len = strlen_console(name)+2;
console_chars_left = console_width - (len % console_width);
A simple patch is attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: width.patch
Type: application/octet-stream
Size: 644 bytes
Desc: not available
Url : http://lists.xiph.org/piperma...