зеркало из https://github.com/mozilla/pjs.git
fix one more unix build bustage
This commit is contained in:
Родитель
4655de235a
Коммит
2826bffa6d
|
@ -165,7 +165,7 @@ nsFileStream::SetEOF()
|
|||
|
||||
#if defined(XP_UNIX) || defined(XP_MAC) || defined(XP_OS2) || defined(XP_BEOS)
|
||||
// Some system calls require an EOF offset.
|
||||
PRUint32 offset;
|
||||
PRInt64 offset;
|
||||
nsresult rv = Tell(&offset);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче