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

This commit is contained in:
peter1138
2009-02-18 09:14:41 +00:00
parent f1620f6984
commit 3bafe9b0e2
6 changed files with 6 additions and 6 deletions

View File

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