projects
/
platform
/
upstream
/
ofono.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6182c92
)
Make cache a gboolean
author
Denis Kenzior
<denkenz@gmail.com>
Tue, 4 Aug 2009 14:54:51 +0000
(09:54 -0500)
committer
Denis Kenzior
<denkenz@gmail.com>
Tue, 4 Aug 2009 20:01:46 +0000
(15:01 -0500)
src/sim.c
patch
|
blob
|
history
diff --git
a/src/sim.c
b/src/sim.c
index
aa708f3
..
351143f
100644
(file)
--- 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;