DtMmdb: Remove an extra space from the environment variable "schemaDEBUG".

This commit is contained in:
Liang Chang
2021-09-19 20:45:34 +08:00
parent c2fd541ffc
commit e38f1ae3cf

View File

@@ -354,7 +354,7 @@ int
#if schemaDEBUG
char * schemas;
if ( schemas = getenv(" schemaDEBUG"))
if ( schemas = getenv("schemaDEBUG"))
{
scheman = * schemas;
if ( scheman >= '0' && scheman <= '9')