Use GStatBuf instead of plain `struct stat`
commitd6e94cf9d4b41b55f06bafe185b1b0a7fc61bd30
authorDimitar Zhekov <dimitar.zhekov@gmail.com>
Mon, 5 Oct 2015 19:52:54 +0000 (5 22:52 +0300)
committerMatthew Brush <matt@geany.org>
Thu, 8 Oct 2015 00:16:09 +0000 (7 17:16 -0700)
tree129eefbd50ee564ab5bb3dbfb8dd9015c1bcd186
parentc6952c75999c3775a5d7342bc3892c5c9451fb39
Use GStatBuf instead of plain `struct stat`

Especially under Windows, there are 32-bit and 64-bit stat, and
g_[l]stat may use the non-default one.

Closes #677
src/dialogs.c
src/socket.c
tagmanager/ctags/ctags.c
tagmanager/src/tm_source_file.c
tagmanager/src/tm_workspace.c