aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}