mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-20 18:17:20 +00:00
(XTflush): FIx typo in last change.
This commit is contained in:
parent
9257d3746e
commit
66c30ea1e4
@ -871,7 +871,7 @@ XTflash (f)
|
||||
{
|
||||
struct timeval wakeup, now;
|
||||
|
||||
EMACS_GET_TIME (&wakeup);
|
||||
EMACS_GET_TIME (wakeup);
|
||||
|
||||
/* Compute time to wait until, propagating carry from usecs. */
|
||||
wakeup.tv_usec += 150000;
|
||||
@ -883,7 +883,7 @@ XTflash (f)
|
||||
{
|
||||
struct timeval timeout;
|
||||
|
||||
EMACS_GET_TIME (&timeout);
|
||||
EMACS_GET_TIME (timeout);
|
||||
|
||||
/* In effect, timeout = wakeup - timeout.
|
||||
Break if result would be negative. */
|
||||
|
Loading…
Reference in New Issue
Block a user