Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
5a684a04
Kaydet (Commit)
5a684a04
authored
Agu 25, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo
Change-Id: Icfb6c58d8a73e45d7d9c5629ac0d808f7afcf9ff
üst
955ff844
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
file.cxx
sal/osl/unx/file.cxx
+2
-2
No files found.
sal/osl/unx/file.cxx
Dosyayı görüntüle @
5a684a04
...
@@ -293,7 +293,7 @@ sal_uInt64 FileHandle_Impl::getPos() const
...
@@ -293,7 +293,7 @@ sal_uInt64 FileHandle_Impl::getPos() const
oslFileError
FileHandle_Impl
::
setPos
(
sal_uInt64
uPos
)
oslFileError
FileHandle_Impl
::
setPos
(
sal_uInt64
uPos
)
{
{
SAL_INFO
(
"
os
l.file"
,
"FileHandle_Impl::setPos("
<<
m_fd
<<
", "
<<
getPos
()
<<
") => "
<<
uPos
);
SAL_INFO
(
"
sa
l.file"
,
"FileHandle_Impl::setPos("
<<
m_fd
<<
", "
<<
getPos
()
<<
") => "
<<
uPos
);
m_fileptr
=
sal
::
static_int_cast
<
off_t
>
(
uPos
);
m_fileptr
=
sal
::
static_int_cast
<
off_t
>
(
uPos
);
return
osl_File_E_None
;
return
osl_File_E_None
;
}
}
...
@@ -340,7 +340,7 @@ oslFileError FileHandle_Impl::setSize (sal_uInt64 uSize)
...
@@ -340,7 +340,7 @@ oslFileError FileHandle_Impl::setSize (sal_uInt64 uSize)
return
(
result
);
return
(
result
);
}
}
SAL_INFO
(
"
os
l.file"
,
"osl_setFileSize("
<<
m_fd
<<
", "
<<
getSize
()
<<
") => "
<<
nSize
);
SAL_INFO
(
"
sa
l.file"
,
"osl_setFileSize("
<<
m_fd
<<
", "
<<
getSize
()
<<
") => "
<<
nSize
);
m_size
=
sal
::
static_int_cast
<
sal_uInt64
>
(
nSize
);
m_size
=
sal
::
static_int_cast
<
sal_uInt64
>
(
nSize
);
return
osl_File_E_None
;
return
osl_File_E_None
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment