Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Win32/input.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ Property* parse_property( char* name, size_t length, boolean add_prop )
return props[ tot_props++ ];
}

printf( "\nThe property '%s' is not defined.\nQuitting\n\n", tmp_name );
exit( EXIT_FAILURE );
// printf( "\nThe property '%s' is not defined.\nQuitting\n\n", tmp_name );
// exit( EXIT_FAILURE );
}


Expand Down