mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
typo fixed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@938 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
@@ -255,7 +255,7 @@ static void hddtemp_call(RESULT * result, int argc, RESULT * argv[])
|
||||
host = R2S(argv[0]);
|
||||
search = R2S(argv[1]);
|
||||
default:
|
||||
if (argv > 3) {
|
||||
if (argc > 3) {
|
||||
error("hddtemp(): too many parameters");
|
||||
}
|
||||
host = R2S(argv[0]);
|
||||
|
||||
Reference in New Issue
Block a user