diff options
Diffstat (limited to 'src/LYJump.c')
-rw-r--r-- | src/LYJump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYJump.c b/src/LYJump.c index 0267cc6f..3da3b870 100644 --- a/src/LYJump.c +++ b/src/LYJump.c @@ -354,7 +354,7 @@ check_recall: jtp->nel, sizeof(JumpDatum), LYCompare); if (!found) { user_message("Unknown target '%s'", buf); - sleep(AlertSecs); + LYSleepAlert(); } StrAllocCopy(jtp->shortcut, bp); |