瀏覽代碼

Fixed typo :)

Brucey 3 年之前
父節點
當前提交
ed9c60daf6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      stdc.mod/stdc.c

+ 1 - 1
stdc.mod/stdc.c

@@ -327,7 +327,7 @@ int fseek_( FILE* stream, BBLONG offset, int origin ) {
 }
 
 BBLONG ftell_( FILE* stream ) {
-	return _felli64(stream);
+	return _ftelli64(stream);
 }
 
 int ftruncate_(FILE* stream, BBLONG size) {