mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 17:27:33 +02:00
Bugfix
This commit is contained in:
parent
1759cdaf9f
commit
0128ff32b5
1 changed files with 1 additions and 1 deletions
|
@ -1461,7 +1461,7 @@ void dispatch_bytevector_91append(void *data, int _argc, object clo, object cont
|
||||||
memcpy(&buffer[buf_idx], buffers[i], lengths[i]);
|
memcpy(&buffer[buf_idx], buffers[i], lengths[i]);
|
||||||
buf_idx += lengths[i];
|
buf_idx += lengths[i];
|
||||||
}
|
}
|
||||||
result.len = argc;
|
result.len = total_length;
|
||||||
result.data = buffer;
|
result.data = buffer;
|
||||||
}
|
}
|
||||||
return_closcall1(data, cont, &result);
|
return_closcall1(data, cont, &result);
|
||||||
|
|
Loading…
Add table
Reference in a new issue