More debuggin

This commit is contained in:
Keith Winstein
2011-08-09 23:49:06 -04:00
parent bd729ffa22
commit 6a56487587
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ int main( int argc, char *argv[] )
if ( fds[ 0 ].revents & POLLIN ) {
char x = getchar();
for ( int i = 0; i < 4096; i++ ) {
for ( int i = 0; i < 20; i++ ) {
n->get_current_state().key_hit( x );
}
}