2
0
Brucey 3 жил өмнө
parent
commit
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) {