cmScore.c : Removed printf() from _cmScProcSets() but this is still mysteriously
required to prevent crash on OS-X debug (but not release) version.
This commit is contained in:
parent
feb6e71245
commit
5fd0c95f34
@ -802,7 +802,7 @@ cmScRC_t _cmScProcSets( cmSc_t* p )
|
||||
{
|
||||
|
||||
// THIS PRINTF PREVENTS CRASH ON OSX ???????
|
||||
printf("PROCSET:%i %s\n",p->sets[i].varId,ep->label);
|
||||
//printf("PROCSET:%i %c %s\n",p->sets[i].varId,_cmScVarIdToChar(p->sets[i].varId),ep->label);
|
||||
|
||||
|
||||
p->sets[i].symArray[j] = cmSymTblRegisterFmt(p->stH,"%c-%s", _cmScVarIdToChar(p->sets[i].varId),ep->label);
|
||||
|
Loading…
Reference in New Issue
Block a user