(XTflush): FIx typo in last change.
This commit is contained in:
parent
9257d3746e
commit
66c30ea1e4
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue