From 419e90e0739e624516a18fbfe6221e4b32aa148b Mon Sep 17 00:00:00 2001 From: norayr Date: Sat, 14 Apr 2018 23:09:26 +0400 Subject: [PATCH] in order to instigate new build and update the build status png synced beep.Mod with actual library sources. --- src/test/sound/beep.Mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/sound/beep.Mod b/src/test/sound/beep.Mod index 6c53ed76..d8b30ae9 100644 --- a/src/test/sound/beep.Mod +++ b/src/test/sound/beep.Mod @@ -1,5 +1,5 @@ MODULE beep; -IMPORT Files, rm:=oocRealMath, Unix; +IMPORT Files, rm:=oocRealMath, Platform; CONST pi2=6.28318; (*pi2 = 6.2831802368164062;*) @@ -52,7 +52,7 @@ FOR i:=1 TO e DO END; Files.Register(outvar); -i:=Unix.System("oggenc -r -C 1 beepfile"); -i:=Unix.System("ogg123 beepfile.ogg"); +i:=Platform.System("oggenc -r -C 1 beepfile"); +i:=Platform.System("ogg123 beepfile.ogg"); END beep.