mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-27 05:40:00 +03:00
some dip thing
This commit is contained in:
parent
a0202a01df
commit
a487424f1d
1 changed files with 1 additions and 1 deletions
2
cgi.d
2
cgi.d
|
@ -7364,7 +7364,7 @@ unittest {
|
|||
}, 56674);
|
||||
ubyte[1000] buffer;
|
||||
int bufferPoint;
|
||||
void add(ubyte[] b) {
|
||||
void add(scope ubyte[] b) {
|
||||
buffer[bufferPoint .. bufferPoint + b.length] = b[];
|
||||
bufferPoint += b.length;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue