some cleanups, and fixes for project.
[feisty_meow.git] / nucleus / library / application / application_shell.cpp
index a894bfac098df152f5fa83806220acf4dbff88e6..34e5b6edb290c1cef7761c5b0e6b6421b492398f 100644 (file)
@@ -78,7 +78,7 @@ int application_shell::execute_application()
     c_exit_value = execute();
   } catch (const char *message) {
     printf("caught exception:\n%s\n", message);
-  } catch (astring message) {
+  } catch (astring &message) {
     printf("caught exception:\n%s\n", message.s());
   } catch (...) {
     printf("caught exception: unknown type!\n");