зеркало из https://github.com/mozilla/gecko-dev.git
Use AssignWithConversion to make nsString.
This commit is contained in:
Родитель
faba10b076
Коммит
d21a262f7c
|
@ -72,7 +72,7 @@ CThrobber::CThrobber(LStream* inStream) :
|
||||||
LStr255 tempStr;
|
LStr255 tempStr;
|
||||||
*inStream >> (StringPtr) tempStr;
|
*inStream >> (StringPtr) tempStr;
|
||||||
*inStream >> mNumImages;
|
*inStream >> mNumImages;
|
||||||
mFileNamePattern.SetString((char *)&tempStr[1], (PRInt32)tempStr.Length());
|
mFileNamePattern.AssignWithConversion((char *)&tempStr[1], (PRInt32)tempStr.Length());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -165,7 +165,6 @@ void CThrobber::DrawSelf()
|
||||||
nsRect bounds;
|
nsRect bounds;
|
||||||
nsIImageRequest *imgreq;
|
nsIImageRequest *imgreq;
|
||||||
nsIImage *img;
|
nsIImage *img;
|
||||||
PRBool clipState;
|
|
||||||
|
|
||||||
mWidget->GetClientBounds(bounds);
|
mWidget->GetClientBounds(bounds);
|
||||||
bounds.x = bounds.y = 0;
|
bounds.x = bounds.y = 0;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче