DtMmdb: Remove an extra space from the environment variable "schemaDEBUG".
This commit is contained in:
@@ -354,7 +354,7 @@ int
|
||||
#if schemaDEBUG
|
||||
char * schemas;
|
||||
|
||||
if ( schemas = getenv(" schemaDEBUG"))
|
||||
if ( schemas = getenv("schemaDEBUG"))
|
||||
{
|
||||
scheman = * schemas;
|
||||
if ( scheman >= '0' && scheman <= '9')
|
||||
|
||||
Reference in New Issue
Block a user