projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a7a418
)
Cherry-pick Unidle_Times() fix from 0.73-development branch
author
Ari Johnson
<ari@theari.com>
Wed, 1 Feb 2012 04:14:43 +0000
(23:14 -0500)
committer
Ari Johnson
<ari@theari.com>
Wed, 1 Feb 2012 04:14:43 +0000
(23:14 -0500)
src/bsd.c
patch
|
blob
|
history
src/function.c
patch
|
blob
|
history
diff --git
a/src/bsd.c
b/src/bsd.c
index b4bd7a9cfb95b3041a51ae687b2722e99f847d8e..60ed1065d9d2bb1f2e49b854eb35418971bdd2a5 100644
(file)
--- a/
src/bsd.c
+++ b/
src/bsd.c
@@
-4737,7
+4737,7
@@
FUNCTION(fun_idle_total)
}
/* ARGSUSED */
-FUNCTION(fun_idle_times)
+FUNCTION(fun_
un
idle_times)
{
DESC *match = lookup_desc(executor, args[0]);
diff --git
a/src/function.c
b/src/function.c
index ef61c5dff5ea055ac089b5961f09bed3de4d9326..e4cded54433b8e3a7b13d001ac6fb3d6c352d63d 100644
(file)
--- a/
src/function.c
+++ b/
src/function.c
@@
-737,7
+737,7
@@
FUNTAB flist[] = {
{"ULDEFAULT", fun_udefault, 1, 12, FN_NOPARSE | FN_LOCALIZE},
{"ULOCAL", fun_ufun, 1, 11, FN_REG | FN_LOCALIZE},
{"UNIQUE", fun_unique, 1, 4, FN_REG},
- {"
IDLE_TIMES", fun_
idle_times, 1, 1, FN_REG},
+ {"
UNIDLE_TIMES", fun_un
idle_times, 1, 1, FN_REG},
{"UTCTIME", fun_time, 0, 0, FN_REG},
{"U", fun_ufun, 1, 11, FN_REG},
{"V", fun_v, 1, 1, FN_REG},