From 66b93200c310f2efa71a7a6df4ce4c2e9655c5cb Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 24 Aug 2015 12:48:48 +0200 Subject: WinPlaySound in background --- Linux_C_12/cCCallSystem_121.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Linux_C_12/cCCallSystem_121.c b/Linux_C_12/cCCallSystem_121.c index a9cb1ea..85be2e2 100644 --- a/Linux_C_12/cCCallSystem_121.c +++ b/Linux_C_12/cCCallSystem_121.c @@ -57,8 +57,9 @@ void WinPlaySound (CLEAN_STRING filename, OS ios, Bool *ook, OS *oos) rprintf("WinPlaySound\n"); strcat(sys, cstring(filename)); + strcat(sys, " &"); - rprintf("%s - %d\n", sys, system(sys)); + system(sys); *ook = TRUE; *oos = ios; -- cgit v1.2.3