mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-21 21:17:19 +00:00
[client] egl: ensure the preprocessed files have a null terminator
This commit is contained in:
parent
894b8b0c22
commit
bbc9204bfe
@ -10,4 +10,4 @@ function process(line, second) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
{ process($0, $2) }
|
{ process($0, $2) } END { print "\0"; }
|
||||||
|
Loading…
Reference in New Issue
Block a user