Index: src/pj_initcache.c
===================================================================
--- src/pj_initcache.c	(Revision 1983)
+++ src/pj_initcache.c	(Arbeitskopie)
@@ -154,7 +154,7 @@ void pj_insert_initcache( const char *filekey, con
       cache_alloc = cache_alloc * 2 + 15;
 
       cache_key_new = (char **) pj_malloc(sizeof(char*) * cache_alloc);
-      memcpy( cache_key, cache_key_new, sizeof(char*) * cache_count);
+      memcpy( cache_key_new, cache_key, sizeof(char*) * cache_count);
       pj_dalloc( cache_key );
       cache_key = cache_key_new;
 
