Initialize input before mapping

This commit is contained in:
Iwan Timmer 2015-05-17 13:10:39 +02:00
parent 60818fd9a6
commit b797987365

View File

@ -251,6 +251,7 @@ int main(int argc, char* argv[]) {
perror("No filename for mapping");
exit(-1);
}
input_init(mapping);
input_map(address);
exit(0);
}