added enum left right top bottom

This commit is contained in:
2021-07-21 09:25:27 +02:00
parent ec7ba7c508
commit 8ba37e99a7
9 changed files with 50 additions and 48 deletions

View File

@ -8298,7 +8298,7 @@ int set_datastream(int file_des) {
#else
// only set
if (Server_VerifyLock() == OK) {
enum portPosition port = static_cast<portPosition>(args[0]);
enum portPosition port = args[0];
int enable = args[1];
char msg[256];
memset(msg, 0, sizeof(msg));