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
c4bfd42c
Kaydet (Commit)
c4bfd42c
authored
Eyl 09, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Be less verbose in a plain debug build
Change-Id: Ieffdf077372f56016fa735ce0266c9e6e6a1fe1d
üst
a9694170
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
start.c
desktop/unx/source/start.c
+3
-3
No files found.
desktop/unx/source/start.c
Dosyayı görüntüle @
c4bfd42c
...
@@ -907,7 +907,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS( argc, argv )
...
@@ -907,7 +907,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS( argc, argv )
#endif
#endif
}
}
#if OSL_DEBUG_LEVEL >
0
#if OSL_DEBUG_LEVEL >
1
fprintf
(
stderr
,
"Exited with code '%d'
\n
"
,
child_get_exit_code
(
info
));
fprintf
(
stderr
,
"Exited with code '%d'
\n
"
,
child_get_exit_code
(
info
));
#endif
#endif
...
@@ -915,14 +915,14 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS( argc, argv )
...
@@ -915,14 +915,14 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS( argc, argv )
g_pProcess
=
0
;
// reset
g_pProcess
=
0
;
// reset
switch
(
status
)
{
switch
(
status
)
{
case
EXITHELPER_CRASH_WITH_RESTART
:
// re-start with just -env: parameters
case
EXITHELPER_CRASH_WITH_RESTART
:
// re-start with just -env: parameters
#if OSL_DEBUG_LEVEL >
0
#if OSL_DEBUG_LEVEL >
1
fprintf
(
stderr
,
"oosplash: re-start with just -env: params !
\n
"
);
fprintf
(
stderr
,
"oosplash: re-start with just -env: params !
\n
"
);
#endif
#endif
bRestart
=
sal_True
;
bRestart
=
sal_True
;
bAllArgs
=
sal_False
;
bAllArgs
=
sal_False
;
break
;
break
;
case
EXITHELPER_NORMAL_RESTART
:
// re-start with all arguments
case
EXITHELPER_NORMAL_RESTART
:
// re-start with all arguments
#if OSL_DEBUG_LEVEL >
0
#if OSL_DEBUG_LEVEL >
1
fprintf
(
stderr
,
"oosplash: re-start with all params !
\n
"
);
fprintf
(
stderr
,
"oosplash: re-start with all params !
\n
"
);
#endif
#endif
bRestart
=
sal_True
;
bRestart
=
sal_True
;
...
...
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