#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Fri, 11 May 2018 09:25:04 +0200
changeset 4668 46a47d71f826
parent 4667 35e1ebb8020e
child 4669 7c74cd2b4737
#REFACTORING by cg class: SoundStream class changed: #writing16BitStereo (send #getOSType instead of #getCPUType)
SoundStream.st
--- a/SoundStream.st	Thu May 10 01:09:22 2018 +0200
+++ b/SoundStream.st	Fri May 11 09:25:04 2018 +0200
@@ -377,8 +377,8 @@
 
     |newStream|
 
-    OperatingSystem getCPUType ~= 'irix' ifTrue:[
-	self error:'unsupported audio mode'.
+    OperatingSystem getOSType ~= 'irix' ifTrue:[
+        self error:'unsupported audio mode'.
     ].
     newStream := (self basicNew) initialize.
     newStream bitsPerSample:16.