After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 724400 - Convert all occurrences of "stat()" to GFileInfo in easytag.c
Convert all occurrences of "stat()" to GFileInfo in easytag.c
Status: RESOLVED FIXED
Product: easytag
Classification: Other
Component: general
master
Other Linux
: Normal normal
: 2.1
Assigned To: EasyTAG maintainer(s)
EasyTAG maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-02-15 06:57 UTC by Abhinav
Modified: 2014-02-15 10:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
This patch will change occurrences of stat from stdio to GFileInfo from GIO (1.84 KB, patch)
2014-02-15 06:59 UTC, Abhinav
committed Details | Review

Description Abhinav 2014-02-15 06:57:50 UTC
All occurrences of stat from stdio in easytag.c must be converted GFileInfo from GIO. This will enable support for multiple filesystems.
Comment 1 Abhinav 2014-02-15 06:59:11 UTC
Created attachment 269174 [details] [review]
This patch will change occurrences of stat from stdio to GFileInfo from GIO
Comment 2 David King 2014-02-15 10:54:04 UTC
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.