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