From 320defb9c601cd4eb789d67f8dbf5ab27381a028 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 4 Aug 2009 09:54:51 -0500 Subject: [PATCH] Make cache a gboolean --- src/sim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sim.c b/src/sim.c index aa708f3..351143f 100644 --- a/src/sim.c +++ b/src/sim.c @@ -50,7 +50,7 @@ static gboolean sim_op_retrieve_next(gpointer user); struct sim_file_op { int id; - int cache; + gboolean cache; enum ofono_sim_file_structure structure; int length; int record_length; -- 2.7.4