Browse Source

Fixed typo :)

Brucey 3 năm trước cách đây
mục cha
commit
ed9c60daf6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {