fopen fails to open +4GB file
fopen() returns null on large files above 4GB. Solution: Compile your program with this flag: CFLAGS+=-D_FILE_OFFSET_BITS=64 Or find the equivalent flag for your compiler. I first experience this problem when using lighttpd to provide...
Recent Comments