mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
typo in LUIse driver fixed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@798 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
@@ -131,7 +131,7 @@ static int drv_LUIse_start(const char *section)
|
||||
return -1;
|
||||
}
|
||||
if (sscanf(s, "%d", &devNum) < 0 || devNum > 4) {
|
||||
error("s: bad DeviceNum '%s' from %s", Name, s, cfg_source());
|
||||
error("%s: bad DeviceNum '%s' from %s", Name, s, cfg_source());
|
||||
return -1;
|
||||
}
|
||||
info("%s: using DeviceNum '%d'", Name, devNum);
|
||||
|
||||
Reference in New Issue
Block a user