panel search crash due to strescape.h include missing from screen.c (ticket #2044)
commit5a714baeaf785b209f763489eea5d1e3d53fbb50
authorSergei Trofimovich <slyfox@inbox.ru>
Sun, 21 Feb 2010 18:51:26 +0000 (21 20:51 +0200)
committerSergei Trofimovich <slyfox@inbox.ru>
Sun, 21 Feb 2010 18:51:26 +0000 (21 20:51 +0200)
tree2a5ccbca4c5b1bb4e790932a4dd31319892ef2b1
parent7da1d41508190c661516a46a0712d7b3458ac9e7
panel search crash due to strescape.h include missing from screen.c (ticket #2044)

> In current git, mc crashes (at least on 64-bit) in Ctrl-S search due to missing
> strutils_escape prototype. To reproduce, pressing Ctrl-S and a few keys is enough.
> Adding #include "lib/strescape.h" to screen.c fixes the issue.

Reported by jmak

Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
src/screen.c