summaryrefslogtreecommitdiff
path: root/src/project.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/project.c')
-rw-r--r--src/project.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/project.c b/src/project.c
index cf50ef9..b5157d2 100644
--- a/src/project.c
+++ b/src/project.c
@@ -203,7 +203,7 @@ GStudyProject *g_study_project_open(GObject *ref, const char *filename)
access = calloc(access_len, sizeof(char));
snprintf(access, access_len, "/OpenIDAProject/Binaries/Binary[position()=%u]", i + 1);
- binary = g_file_binary_new_from_xml(context, access);
+ binary = g_loaded_binary_new_from_xml(context, access);
free(access);