sistemato f4

This commit is contained in:
Lorenzo Bianchi 2023-05-14 21:52:56 +02:00
parent aae21bf724
commit 7277c25048
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
int main(int argc, char *argv[]){
input_server_t input = check_input(argc, argv);
int shmBoardid = getShmid(sizeof(int) * input.collums * input.rows);
int shmBoardid = getShmid();
shm_t *shm = shmat(shmBoardid, NULL, 0);