Backing out scc's last checking to this file, it causes linux builds to dump core on startup. a=leaf
git-svn-id: svn://10.0.0.236/trunk@64232 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -285,7 +285,7 @@ void nsStr::Delete(nsStr& aDest,PRUint32 aDestOffset,PRUint32 aCount){
|
||||
* @param aDestOffset is where in aDest truncation is to occur
|
||||
*/
|
||||
void nsStr::Truncate(nsStr& aDest,PRUint32 aDestOffset){
|
||||
if(aDestOffset<=aDest.mCapacity){
|
||||
if(aDestOffset<aDest.mCapacity){
|
||||
aDest.mLength=aDestOffset;
|
||||
AddNullTerminator(aDest);
|
||||
NSSTR_SEEN(aDest);
|
||||
|
||||
Reference in New Issue
Block a user