From 220a4e13544ee66b2cb8c4c1c4511669e8886252 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 6 Jun 2008 02:05:19 +0000 Subject: [PATCH] Using the error reporting framework --- src/configure.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configure.c b/src/configure.c index 7fbf09d..729534e 100644 --- a/src/configure.c +++ b/src/configure.c @@ -223,7 +223,7 @@ static int _configure_load(Prefs * prefs, String const * directory, if(prefs->flags & PREFS_v) printf("%s%s%s", "Loading project file ", path, "\n"); if(config_load(config, path) != 0) - ret = configure_error(path, 1); + ret = error_print(PACKAGE); else { array_append(ca, &config);