Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-am: add am.threeWay config variable
[gitweb.git]
/
help.c
diff --git
a/help.c
b/help.c
index 80ca8ee68d5af25b43314d351bc7ad09d9d9d03b..d996b340669a66d0b1619472fedf5c11b940d7c5 100644
(file)
--- a/
help.c
+++ b/
help.c
@@
-394,7
+394,7
@@
const char *help_unknown_cmd(const char *cmd)
if (autocorrect > 0) {
fprintf_ln(stderr, _("in %0.1f seconds automatically..."),
(float)autocorrect/10.0);
-
poll(NULL, 0,
autocorrect * 100);
+
sleep_millisec(
autocorrect * 100);
}
return assumed;
}