1
0
forked from GitHub/gf-core
This commit is contained in:
krangelov
2021-08-08 16:24:29 +02:00
parent e7bd7d00b3
commit 8d1cc22622

View File

@@ -131,7 +131,7 @@ PgfPGF *pgf_read_ngf(const char *fpath, PgfExn* err)
if (pgf != NULL) {
delete pgf;
if (is_new)
remove(ngf_path);
remove(fpath);
}
return NULL;