Bug 1060419 - make AppendPrintf and nsPrintfCString use Printf.h, r=froydnj
MozReview-Commit-ID: 2E8FoiNxU8L
This commit is contained in:
@@ -735,7 +735,7 @@ nsFileView::GetCellText(int32_t aRow, nsITreeColumn* aCol,
|
||||
else {
|
||||
int64_t fileSize;
|
||||
curFile->GetFileSize(&fileSize);
|
||||
CopyUTF8toUTF16(nsPrintfCString("%lld", fileSize), aCellText);
|
||||
CopyUTF8toUTF16(nsPrintfCString("%" PRId64, fileSize), aCellText);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user