浏览代码

Update linux.bmx

zarosath 1 年之前
父节点
当前提交
16e61e0305
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 	End If
 
-	Local cpustat:Stream = ReadFile("/proc/stat")
+	Local cpustat:TStream = ReadFile("/proc/stat")
 
 	If Not cpustat Then
 		Return 0