]> Git repositories of Nishi - tewi.git/commitdiff
fix select
authorNishi <nishi@nishi.boats>
Thu, 19 Sep 2024 14:33:36 +0000 (14:33 +0000)
committerNishi <nishi@nishi.boats>
Thu, 19 Sep 2024 14:33:36 +0000 (14:33 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@98 8739d7e6-ffea-ec47-b151-bdff447c6205

Server/server.c

index 1e79ea65cce4338e6683bef526a8872e24cd7b06..e46379d02587b41e408ffc7ff299f070ac493cb5 100644 (file)
@@ -834,7 +834,7 @@ void tw_server_loop(void) {
                                                }
                                        }
 #elif defined(__HAIKU__)
-                                       thread_id thr = spawn_Thread(tw_server_pass, "Tewi HTTPd", 60, e);
+                                       thread_id thr = spawn_thread(tw_server_pass, "Tewi HTTPd", 60, e);
 #else
                                        pid_t pid = fork();
                                        if(pid == 0) {