aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 5a9829f5f8d..651e9209693 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -1065,7 +1065,7 @@ update_frame (f, force, inhibit_hairy_id)
1065 outq = PENDING_OUTPUT_COUNT (stdout); 1065 outq = PENDING_OUTPUT_COUNT (stdout);
1066#endif 1066#endif
1067 outq *= 10; 1067 outq *= 10;
1068 if (baud_rate > 0) 1068 if (baud_rate >= outq)
1069 sleep (outq / baud_rate); 1069 sleep (outq / baud_rate);
1070 } 1070 }
1071 } 1071 }