GNOME Bugzilla – Bug 724400
Convert all occurrences of "stat()" to GFileInfo in easytag.c
Last modified: 2014-02-15 10:54:16 UTC
All occurrences of stat from stdio in easytag.c must be converted GFileInfo from GIO. This will enable support for multiple filesystems.
Created attachment 269174 [details] [review] This patch will change occurrences of stat from stdio to GFileInfo from GIO
Comment on attachment 269174 [details] [review] This patch will change occurrences of stat from stdio to GFileInfo from GIO Thanks for the patch, I pushed a slightly modified commit to master as 91cef7e1d57fb7aae65b209d4aecf4c70d68d0a3.