Sfoglia il codice sorgente

Merge pull request #309 from zarosath/master

Stream not found! Tstream is the amiable syntaX
Brucey 1 anno fa
parent
commit
cc649a387c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      platform.mod/linux.bmx

+ 1 - 1
platform.mod/linux.bmx

@@ -29,7 +29,7 @@ Function _linux_physical_processor_count:Int()
 		Return 0
 		Return 0
 	End If
 	End If
 
 
-	Local cpustat:Stream = ReadFile("/proc/stat")
+	Local cpustat:TStream = ReadFile("/proc/stat")
 
 
 	If Not cpustat Then
 	If Not cpustat Then
 		Return 0
 		Return 0