This website works better with JavaScript.
Home
Explore
Help
Sign In
mort
/
lang2
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix loader bug
master
Martin Dørum
2 years ago
parent
d13946f97d
commit
a595993c4b
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
lib/loader.c
+ 1
- 0
lib/loader.c
View File
@@ -23,6 +23,7 @@ int l2_bc_serialize(FILE *outf, l2_word *data, size_t len) {
}
struct l2_io_file_writer w = {
.w.write = l2_io_file_write,
.f = outf,
};
Write
Preview
Loading…
Cancel
Save