diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2014-04-18 08:13:07 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2014-04-18 08:13:07 +0000 |
commit | 125a300931300ed5ed24c27a7f4f3479d895b790 (patch) | |
tree | 86fa0b10e6df02e670a3ec5a9ad594212f50a901 /src/template.c | |
parent | c554190ffe6ade73009846ba6729bb79413c5346 (diff) |
replaced 'struct stat' with GStatBuf.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3389 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/template.c')
-rw-r--r-- | src/template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template.c b/src/template.c index 3e8781fd..f20750d1 100644 --- a/src/template.c +++ b/src/template.c @@ -126,7 +126,7 @@ GSList *template_read_config(void) gchar *filename; GDir *dir; const gchar *dir_name; - struct stat s; + GStatBuf s; Template *tmpl; guint tmplid; GSList *tmpl_list = NULL; |