mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Use 'GStatBuf' in preference to 'struct stat' (which isn't necessarily the same thing)
This commit is contained in:
parent
22ce7c0762
commit
dcca72dabd
1 changed files with 1 additions and 1 deletions
|
|
@ -399,7 +399,7 @@ remove_directory_internal (const string& dir, size_t* size, vector<string>* path
|
|||
bool just_remove_files)
|
||||
{
|
||||
vector<string> tmp_paths;
|
||||
struct stat statbuf;
|
||||
GStatBuf statbuf;
|
||||
int ret = 0;
|
||||
|
||||
get_paths (tmp_paths, dir, just_remove_files, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue