mirror of https://github.com/adamdruppe/arsd.git
Merge pull request #53 from quickfur/static_slice
Fix compile error with git HEAD.
This commit is contained in:
commit
ac1c5408dd
|
@ -1339,7 +1339,7 @@ struct RealTimeConsoleInput {
|
||||||
|
|
||||||
import std.utf;
|
import std.utf;
|
||||||
size_t throwAway; // it insists on the index but we don't care
|
size_t throwAway; // it insists on the index but we don't care
|
||||||
return decode(buffer, throwAway);
|
return decode(buffer[], throwAway);
|
||||||
}
|
}
|
||||||
|
|
||||||
InputEvent checkWindowSizeChanged() {
|
InputEvent checkWindowSizeChanged() {
|
||||||
|
|
Loading…
Reference in New Issue