1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 11:42:21 +00:00

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')