]> git.ipfire.org Git - thirdparty/sarg.git/commit
Get the file size with the available stat member
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Thu, 5 Mar 2015 14:35:03 +0000 (15:35 +0100)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Thu, 5 Mar 2015 14:35:03 +0000 (15:35 +0100)
commit31990f844a481c777fab055ba86686744ca400f3
tree8d1cdcb76d981f72ab57606363f9a228b40d52c1
parent961f5a3dd2c8afa73d76d21a08abe9056c3ac391
Get the file size with the available stat member

On MinGW, the stat structure doesn't have all the member variables used to
compute the size of a file.
index.c