aboutsummaryrefslogtreecommitdiff
path: root/src/cache.c
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-09-30 21:43:42 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-09-30 21:43:42 +0000
commitb819cd1defe15f492cd313129832383bf37ca82b (patch)
tree7e0bea26a2f4df7ebf322571b990f97bb91496ac /src/cache.c
parent9e7d459d47907accbc496f2f1c4c74f131086873 (diff)
Lots of stuff
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@138 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/cache.c')
-rw-r--r--src/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cache.c b/src/cache.c
index eb164aa..078fa72 100644
--- a/src/cache.c
+++ b/src/cache.c
@@ -38,7 +38,7 @@ ReflectionList *cache_load(const char *filename) {
cachedreflection_size = sizeof(Reflection) - sizeof(Reflection *);
- reflectionlist = reflection_init();
+ reflectionlist = reflectionlist_new();
f = fopen(filename, "rb");
if ( !f ) {
fprintf(stderr, "Couldn't read reflections from cache\n");