Use new exception variable name.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1692 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-09-02 20:06:14 +00:00
parent 6dc9084e06
commit 14d86ba8ac
2 changed files with 6 additions and 4 deletions

View file

@ -62,7 +62,7 @@ main(int ac, char *av[])
object = [bundle principalClass];
NS_HANDLER
object = nil;
fprintf(stderr, " ERROR: %s\n", [[exception reason] cString]);
fprintf(stderr, " ERROR: %s\n", [[localException reason] cString]);
fprintf(stderr, " Either there is a problem with dynamic loading,\n");
fprintf(stderr, " or there is no dynamic loader on your system\n");
exit(1);