Fix a bug where targets which have a software keylock couldnt seek in the wps easily.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14001 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-07-26 13:57:01 +00:00
parent a8a3a0dcbe
commit bb555d00fc

View file

@ -280,7 +280,7 @@ bool ffwd_rew(int button)
break;
}
if (!exit)
button = get_action(CONTEXT_WPS,TIMEOUT_BLOCK);
button = get_action(CONTEXT_WPS|ALLOW_SOFTLOCK,TIMEOUT_BLOCK);
}
return usb;
}