summaryrefslogtreecommitdiffstats
path: root/src/stkutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stkutil.c')
-rw-r--r--src/stkutil.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/stkutil.c b/src/stkutil.c
index 39ce2ff4..75144924 100644
--- a/src/stkutil.c
+++ b/src/stkutil.c
@@ -2522,8 +2522,8 @@ static gboolean parse_setup_call(struct stk_command *command,
static void destroy_refresh(struct stk_command *command)
{
- g_slist_foreach(command->refresh.fl, (GFunc)g_free, NULL);
- g_slist_free(command->refresh.fl);
+ g_slist_foreach(command->refresh.file_list, (GFunc)g_free, NULL);
+ g_slist_free(command->refresh.file_list);
g_free(command->refresh.alpha_id);
}
@@ -2540,7 +2540,7 @@ static gboolean parse_refresh(struct stk_command *command,
return FALSE;
ret = parse_dataobj(iter, STK_DATA_OBJECT_TYPE_FILE_LIST, 0,
- &obj->fl,
+ &obj->file_list,
STK_DATA_OBJECT_TYPE_AID, 0,
&obj->aid,
STK_DATA_OBJECT_TYPE_ALPHA_ID, 0,