aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-05-18 07:44:47 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-05-18 07:44:47 +0000
commit24b359d0bfa0d59ecf9fcfb87e86fc881e4ba0ab (patch)
tree8557b66b0f7f43eead6ec10d57df8517fe9547d9
parenta2a341eb529250dd65b9f666ae490d19d2fd1fb4 (diff)
use "abstraction" instead of "patch" in the error-message on not-loading abstractions
svn path=/trunk/externals/loaders/hexloader/; revision=9837
-rw-r--r--hexloader.c2
1 files changed, 1 insertions, 1 deletions
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;
}