Imported from ../bash-2.03.tar.gz.
[platform/upstream/bash.git] / lib / readline / parens.c
index 2c7251f..a500c0a 100644 (file)
@@ -102,7 +102,7 @@ rl_insert_close (count, invoking_key)
       FD_ZERO (&readfds);
       FD_SET (fileno (rl_instream), &readfds);
       timer.tv_sec = 0;
-      timer.tv_usec = 500;
+      timer.tv_usec = 500000;
 
       orig_point = rl_point;
       rl_point = match_point;