mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
6dc9084e06
commit
14d86ba8ac
2 changed files with 6 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue