(svn r15513) -Cleanup: Unavailable varaction variable value does not matter, but at least it can be consistent.

This commit is contained in:
2009-02-18 09:14:41 +00:00
parent fe5acb59f7
commit fd6a480004
6 changed files with 6 additions and 6 deletions

View File

@@ -56,7 +56,7 @@ static uint32 CanalGetVariable(const ResolverObject *object, byte variable, byte
DEBUG(grf, 1, "Unhandled canal property 0x%02X", variable);
*available = false;
return 0;
return UINT_MAX;
}