From 24b359d0bfa0d59ecf9fcfb87e86fc881e4ba0ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sun, 18 May 2008 07:44:47 +0000 Subject: use "abstraction" instead of "patch" in the error-message on not-loading abstractions svn path=/trunk/externals/loaders/hexloader/; revision=9837 --- hexloader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hexloader.c b/hexloader.c index ef7cd1b..b4067b6 100644 --- a/hexloader.c +++ b/hexloader.c @@ -608,7 +608,7 @@ static t_filepath*hexloader_loadpatch(char*pathname, char*filename, char*altclas } #else - post("BUG: hexloader not loading patch: %s (not yet implemented)", fullfile); + error("BUG: hexloader not loading abstraction: %s (not yet implemented)", fullfile); #endif /* HEXLOADER_PATCHES */ return 0; } -- cgit v1.2.1