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
e1193272
Kaydet (Commit)
e1193272
authored
Nis 05, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Consistently use "desktop.app" log area here
Change-Id: Ie31f1ea788cc2b8b0d6c672d93df84adb3326a05
üst
a61b9a87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
officeipcthread.cxx
desktop/source/app/officeipcthread.cxx
+3
-3
No files found.
desktop/source/app/officeipcthread.cxx
Dosyayı görüntüle @
e1193272
...
@@ -865,7 +865,7 @@ RequestHandler::Status PipeIpcThread::enable(rtl::Reference<IpcThread> * thread)
...
@@ -865,7 +865,7 @@ RequestHandler::Status PipeIpcThread::enable(rtl::Reference<IpcThread> * thread)
sal_Int32
n
=
aStreamPipe
.
write
(
sal_Int32
n
=
aStreamPipe
.
write
(
aArguments
.
getStr
(),
aArguments
.
getLength
());
aArguments
.
getStr
(),
aArguments
.
getLength
());
if
(
n
!=
aArguments
.
getLength
())
{
if
(
n
!=
aArguments
.
getLength
())
{
SAL_INFO
(
"desktop"
,
"short write: "
<<
n
);
SAL_INFO
(
"desktop
.app
"
,
"short write: "
<<
n
);
return
RequestHandler
::
IPC_STATUS_BOOTSTRAP_ERROR
;
return
RequestHandler
::
IPC_STATUS_BOOTSTRAP_ERROR
;
}
}
...
@@ -1177,7 +1177,7 @@ void PipeIpcThread::execute()
...
@@ -1177,7 +1177,7 @@ void PipeIpcThread::execute()
SEND_ARGUMENTS
,
SAL_N_ELEMENTS
(
SEND_ARGUMENTS
));
SEND_ARGUMENTS
,
SAL_N_ELEMENTS
(
SEND_ARGUMENTS
));
// incl. terminating NUL
// incl. terminating NUL
if
(
n
!=
SAL_N_ELEMENTS
(
SEND_ARGUMENTS
))
{
if
(
n
!=
SAL_N_ELEMENTS
(
SEND_ARGUMENTS
))
{
SAL_WARN
(
"desktop"
,
"short write: "
<<
n
);
SAL_WARN
(
"desktop
.app
"
,
"short write: "
<<
n
);
continue
;
continue
;
}
}
...
@@ -1202,7 +1202,7 @@ void PipeIpcThread::execute()
...
@@ -1202,7 +1202,7 @@ void PipeIpcThread::execute()
PROCESSING_DONE
,
SAL_N_ELEMENTS
(
PROCESSING_DONE
));
PROCESSING_DONE
,
SAL_N_ELEMENTS
(
PROCESSING_DONE
));
// incl. terminating NUL
// incl. terminating NUL
if
(
n
!=
SAL_N_ELEMENTS
(
PROCESSING_DONE
))
{
if
(
n
!=
SAL_N_ELEMENTS
(
PROCESSING_DONE
))
{
SAL_WARN
(
"desktop"
,
"short write: "
<<
n
);
SAL_WARN
(
"desktop
.app
"
,
"short write: "
<<
n
);
continue
;
continue
;
}
}
}
}
...
...
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