Explorar o código

Fixed typo :)

Brucey %!s(int64=3) %!d(string=hai) anos
pai
achega
ed9c60daf6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {