Guest User

Untitled

a guest
Jul 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. void confusion(const char *s)
  2. { /* consistency check violated; |s| tells where */
  3. normalize_selector();
  4. if (history < error_message_issued) {
  5. print_err("This can't happen (");
  6. tprint(s);
  7. print_char(')');
  8. help1("I'm broken. Please show this to someone who can fix can fix");
  9. } else {
  10. print_err("I can't go on meeting you like this");
  11. help2("One of your faux pas seems to have wounded me deeply...",
  12. "in fact, I'm barely conscious. Please fix it and try again.");
  13. }
  14. succumb();
  15. }
Add Comment
Please, Sign In to add comment