fix crash

This commit is contained in:
joelrau 2021-02-04 18:07:43 +02:00
parent a054dd8e78
commit cae489dcbe

View File

@ -15,7 +15,7 @@ namespace binding
int get_num_keys()
{
return SELECT_VALUE(102, 104);
return SELECT_VALUE(102, 103);
}
int key_write_bindings_to_buffer_stub(int /*localClientNum*/, char* buffer, const int buffer_size)