LSL5 no longer throws an assertion after the intro
svn-id: r39368
This commit is contained in:
parent
6751eace05
commit
f4eb159eb8
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ static int is_print_str(char *str) {
|
|||
if (len == 0) return 1;
|
||||
|
||||
while (*str) {
|
||||
if (isprint(*str)) printable++;
|
||||
if (isprint((*str & 0xFF))) printable++;
|
||||
str++;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue