Merge pull request #53 from quickfur/static_slice

Fix compile error with git HEAD.
This commit is contained in:
Adam D. Ruppe 2014-06-07 20:36:23 -04:00
commit ac1c5408dd
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() {