1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00

40117: Revert a hunk of 40035 that changed semantics incorrectly.

This commit is contained in:
Daniel Shahaf 2016-12-09 10:35:10 +00:00
parent 063391f0d9
commit 7e40a89053
3 changed files with 8 additions and 3 deletions

View file

@ -51,7 +51,7 @@
* Note that the input string is itself used as the input buffer: it is not
* copied, nor is it every written back to, so using a constant string
* should work. Consequently, when passing areas of memory from the heap
* it is necessary that the heap last as long as the operation of reading
* it is necessary that that heap last as long as the operation of reading
* the string. After the string is read, the stack should be popped with
* inpop(), which effectively flushes any unread input as well as restoring
* the previous input state.