Make FcInitDebug() idempotent
This commit is contained in:
parent
b97ab0c949
commit
7019896c99
|
@ -455,6 +455,7 @@ int FcDebugVal;
|
|||
void
|
||||
FcInitDebug (void)
|
||||
{
|
||||
if (!FcDebugVal) {
|
||||
char *e;
|
||||
|
||||
e = getenv ("FC_DEBUG");
|
||||
|
@ -466,6 +467,7 @@ FcInitDebug (void)
|
|||
FcDebugVal = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
#define __fcdbg__
|
||||
#include "fcaliastail.h"
|
||||
#undef __fcdbg__
|
||||
|
|
Loading…
Reference in New Issue