Mercurial > hg > xemacs-beta
diff src/lstream.c @ 5126:2a462149bd6a ben-lisp-object
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 24 Feb 2010 19:04:27 -0600 |
parents | b5df3737028a 6f2158fa75ed |
children | a9c41067dd88 |
line wrap: on
line diff
--- a/src/lstream.c Wed Feb 24 01:58:04 2010 -0600 +++ b/src/lstream.c Wed Feb 24 19:04:27 2010 -0600 @@ -1654,8 +1654,7 @@ int reading = !strcmp (mode, "r"); /* Make sure the luser didn't pass "w" in. */ - if (!strcmp (mode, "w")) - ABORT (); + assert (strcmp (mode, "w")); if (flags & LSTR_IGNORE_ACCESSIBLE) {