good morning!!!!

Skip to content
Snippets Groups Projects
Commit 4ba4ee36 authored by Garet Halliday's avatar Garet Halliday
Browse files

try fix

parent 200deb72
No related branches found
Tags v0.2.3
No related merge requests found
......@@ -86,8 +86,9 @@ func Optimize(input, output string) error {
if err != nil {
return err
}
data := memory.UnsafeData(store)
ptr := len(data) - len(src) - 1
ptr := 1
copy(data[ptr:], src)
data[ptr+len(src)] = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment