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
7169b1b3
Kaydet (Commit)
7169b1b3
authored
May 06, 2012
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: ordered comparison of pointer with integer zero
Change-Id: I832ecd73e5456d90c3247851ed4803f2edb51ae5
üst
919697f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
so_main.cxx
extensions/source/nsplugin/source/so_main.cxx
+3
-3
No files found.
extensions/source/nsplugin/source/so_main.cxx
Dosyayı görüntüle @
7169b1b3
...
...
@@ -456,12 +456,12 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
fd_pipe
[
1
]
=
(
NSP_PIPE_FD
)
iPipe
[
1
]
;
NSP_Close_Pipe
(
fd_pipe
[
1
]);
la_read_fd
=
fd_pipe
[
0
];
if
(
la_read_fd
<
0
)
if
(
iPipe
[
0
]
<
0
)
{
debug_fprintf
(
NSP_LOG_APPEND
,
"print by nsplugin, command error: bad read file id:%s
\n
"
,
la_read_fd
);
debug_fprintf
(
NSP_LOG_APPEND
,
"print by nsplugin, command error: bad read file id:%s
\n
"
,
iPipe
[
0
]
);
return
0
;
}
la_read_fd
=
fd_pipe
[
0
];
// the program path is provided only on unix, on windows the registry entry is used
if
(
argc
>
4
)
...
...
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