forked from cory/tildefriends
Merge branches/quickjs to trunk. This is the way.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3621 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
1
deps/quickjs/unicode_gen.c
vendored
1
deps/quickjs/unicode_gen.c
vendored
@@ -296,6 +296,7 @@ void parse_unicode_data(const char *filename)
|
||||
exit(1);
|
||||
}
|
||||
|
||||
last_code = 0;
|
||||
for(;;) {
|
||||
if (!get_line(line, sizeof(line), f))
|
||||
break;
|
||||
|
Reference in New Issue
Block a user