mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-03 11:17:10 +00:00
[client] egl: ensure the preprocessed files have a null terminator
This commit is contained in:
parent
894b8b0c22
commit
bbc9204bfe
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ function process(line, second) {
|
|||
}
|
||||
}
|
||||
|
||||
{ process($0, $2) }
|
||||
{ process($0, $2) } END { print "\0"; }
|
||||
|
|
Loading…
Reference in a new issue