Fix compile error with git HEAD.

This commit is contained in:
H. S. Teoh 2014-06-03 07:12:30 -07:00
parent 9b862179d3
commit 585e3727d8
1 changed files with 1 additions and 1 deletions

View File

@ -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() {