Documentation

This commit is contained in:
2026-01-26 23:55:41 +01:00
parent 20df30ace8
commit 2576a50108
4 changed files with 128 additions and 2 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ int main(int argc, char **argv) {
return 1;
}
int id_file_handle = open("/home/piotr/server_queue_id", O_WRONLY | O_CREAT | O_TRUNC, 0666);
int id_file_handle = open("server_queue_id", O_WRONLY | O_CREAT | O_TRUNC, 0666);
if (!id_file_handle) {
perror("Failed to open file");
return 1;