some dip thing

This commit is contained in:
Adam D. Ruppe 2023-05-17 15:33:49 -04:00
parent a0202a01df
commit a487424f1d
1 changed files with 1 additions and 1 deletions

2
cgi.d
View File

@ -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;
}