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
c87303da
Kaydet (Commit)
c87303da
authored
Eki 15, 2012
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix typos
Change-Id: I3bca3709ba759894ce77bab412f5082718ea25c5
üst
5b47653c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
sunversion.cxx
jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx
+3
-3
No files found.
jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx
Dosyayı görüntüle @
c87303da
...
...
@@ -187,13 +187,13 @@ bool SunVersion::init(const char *szVersion)
#if defined(FREEBSD)
if
(
m_preRelease
==
Rel_FreeBSD
)
{
pCur
++
;
//el
emnate `
p'
pCur
++
;
//el
iminate '
p'
if
(
pCur
<
pEnd
&&
isdigit
(
*
pCur
))
pCur
++
;
int
len
=
pCur
-
pLast
-
1
;
//el
emenate `
p'
int
len
=
pCur
-
pLast
-
1
;
//el
iminate '
p'
if
(
len
>=
127
)
return
false
;
strncpy
(
buf
,
(
pLast
+
1
),
len
);
//el
emenate `
p'
strncpy
(
buf
,
(
pLast
+
1
),
len
);
//el
iminate '
p'
buf
[
len
]
=
0
;
m_nUpdateSpecial
=
atoi
(
buf
)
+
100
;
//hack for FBSD #i56953#
return
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