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
8c27bd9b
Kaydet (Commit)
8c27bd9b
authored
Şub 08, 2013
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Some cppcheck cleaning
Change-Id: I1dc8415569f7133d57c495e47f038e98d50d64d7
üst
a4547696
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
file_misc.cxx
sal/osl/unx/file_misc.cxx
+1
-3
alloc_cache.cxx
sal/rtl/source/alloc_cache.cxx
+1
-3
No files found.
sal/osl/unx/file_misc.cxx
Dosyayı görüntüle @
8c27bd9b
...
@@ -731,9 +731,7 @@ oslFileError SAL_CALL osl_removeFile( rtl_uString* ustrFileURL )
...
@@ -731,9 +731,7 @@ oslFileError SAL_CALL osl_removeFile( rtl_uString* ustrFileURL )
static
oslFileError
oslDoMoveFile
(
const
sal_Char
*
pszPath
,
const
sal_Char
*
pszDestPath
)
static
oslFileError
oslDoMoveFile
(
const
sal_Char
*
pszPath
,
const
sal_Char
*
pszDestPath
)
{
{
oslFileError
tErr
=
osl_File_E_invalidError
;
oslFileError
tErr
=
osl_psz_moveFile
(
pszPath
,
pszDestPath
);
tErr
=
osl_psz_moveFile
(
pszPath
,
pszDestPath
);
if
(
tErr
==
osl_File_E_None
)
if
(
tErr
==
osl_File_E_None
)
{
{
return
tErr
;
return
tErr
;
...
...
sal/rtl/source/alloc_cache.cxx
Dosyayı görüntüle @
8c27bd9b
...
@@ -937,11 +937,9 @@ rtl_cache_deactivate (
...
@@ -937,11 +937,9 @@ rtl_cache_deactivate (
rtl_cache_type
*
cache
rtl_cache_type
*
cache
)
)
{
{
int
active
=
1
;
/* remove from cache list */
/* remove from cache list */
RTL_MEMORY_LOCK_ACQUIRE
(
&
(
g_cache_list
.
m_lock
));
RTL_MEMORY_LOCK_ACQUIRE
(
&
(
g_cache_list
.
m_lock
));
active
=
QUEUE_STARTED_NAMED
(
cache
,
cache_
)
==
0
;
int
active
=
QUEUE_STARTED_NAMED
(
cache
,
cache_
)
==
0
;
QUEUE_REMOVE_NAMED
(
cache
,
cache_
);
QUEUE_REMOVE_NAMED
(
cache
,
cache_
);
RTL_MEMORY_LOCK_RELEASE
(
&
(
g_cache_list
.
m_lock
));
RTL_MEMORY_LOCK_RELEASE
(
&
(
g_cache_list
.
m_lock
));
...
...
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