mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-11 08:48:06 +01:00
remove logging
This commit is contained in:
parent
d60e95abd7
commit
13b0793394
1 changed files with 0 additions and 4 deletions
|
@ -38,11 +38,9 @@ symReplaceStrIfDiff( MPFORMAL XP_UCHAR** loc, const TDesC16& desc )
|
||||||
forCmp.Set( *loc, XP_STRLEN( *loc ) );
|
forCmp.Set( *loc, XP_STRLEN( *loc ) );
|
||||||
|
|
||||||
if ( tmp == forCmp ) {
|
if ( tmp == forCmp ) {
|
||||||
XP_LOGF( "not copying %s", *loc );
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
XP_LOGF( "freeing %s", *loc );
|
|
||||||
XP_FREE( mpool, *loc );
|
XP_FREE( mpool, *loc );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -51,8 +49,6 @@ symReplaceStrIfDiff( MPFORMAL XP_UCHAR** loc, const TDesC16& desc )
|
||||||
XP_MEMCPY( newStr, (void*)tmp.Ptr(), len );
|
XP_MEMCPY( newStr, (void*)tmp.Ptr(), len );
|
||||||
newStr[len] = '\0';
|
newStr[len] = '\0';
|
||||||
*loc = newStr;
|
*loc = newStr;
|
||||||
|
|
||||||
XP_LOGF( "created new string: %s", newStr );
|
|
||||||
} /* symReplaceStr */
|
} /* symReplaceStr */
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
Loading…
Add table
Reference in a new issue