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:
parent
c2fd541ffc
commit
e38f1ae3cf
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ int
|
||||||
#if schemaDEBUG
|
#if schemaDEBUG
|
||||||
char * schemas;
|
char * schemas;
|
||||||
|
|
||||||
if ( schemas = getenv(" schemaDEBUG"))
|
if ( schemas = getenv("schemaDEBUG"))
|
||||||
{
|
{
|
||||||
scheman = * schemas;
|
scheman = * schemas;
|
||||||
if ( scheman >= '0' && scheman <= '9')
|
if ( scheman >= '0' && scheman <= '9')
|
||||||
|
|
Loading…
Reference in a new issue