Index: trunk/src_plugins/fp_wget/edakrill.c =================================================================== --- trunk/src_plugins/fp_wget/edakrill.c (revision 11574) +++ trunk/src_plugins/fp_wget/edakrill.c (revision 11575) @@ -155,7 +155,7 @@ if (fp_wget_open(url_idx_list, gedasym_cache, &f, &fctx, mode) != 0) { printf("failed to download the new list\n"); - remove(last_sum_fn); /* make sure it is downloaded next time */ + pcb_remove(last_sum_fn); /* make sure it is downloaded next time */ goto err; } Index: trunk/src_plugins/fp_wget/gedasymbols.c =================================================================== --- trunk/src_plugins/fp_wget/gedasymbols.c (revision 11574) +++ trunk/src_plugins/fp_wget/gedasymbols.c (revision 11575) @@ -75,7 +75,7 @@ if (fp_wget_open(url_idx_list, gedasym_cache, &f, &fctx, mode) != 0) { printf("failed to download the new list\n"); - remove(last_sum_fn); /* make sure it is downloaded next time */ + pcb_remove(last_sum_fn); /* make sure it is downloaded next time */ goto err; }