Corretta chiamata beep

git-svn-id: svn://10.65.10.50/trunk@790 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1994-12-27 11:50:26 +00:00
parent cf1219fb79
commit fca7c26f76

View File

@ -1955,7 +1955,7 @@ void TViswin::find_next()
int x;
if (_txt_to_find.empty() || _last_found.y == -1l)
beep;
beep();
else
{
long l = search(_txt_to_find, x, _point.y, _down_dir);