Ports fixes from Polaris early

This commit is contained in:
Heroman
2019-07-30 05:23:32 +10:00
parent 2ab5a99089
commit c82722cdbf
2 changed files with 3 additions and 17 deletions

View File

@@ -84,7 +84,6 @@
// 0 .. 9
if(48 to 57) //Numbers
if(!last_char_group) continue //suppress at start of string
if(!allow_numbers) continue // If allow_numbers is 0, then don't do this.
output += ascii2text(ascii_char)
number_of_alphanumeric++