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
f1002047
Kaydet (Commit)
f1002047
authored
Mar 19, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:passstringbyref
Change-Id: I461db4b173dcdc812d3ccc5e3eef8a3dad93b0b0
üst
674a8a08
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
uunxapi.cxx
sal/osl/unx/uunxapi.cxx
+2
-2
No files found.
sal/osl/unx/uunxapi.cxx
Dosyayı görüntüle @
f1002047
...
@@ -111,14 +111,14 @@ typedef void accessFilePathState;
...
@@ -111,14 +111,14 @@ typedef void accessFilePathState;
* Helper function for resolving Mac native alias files (not the same as unix alias files)
* Helper function for resolving Mac native alias files (not the same as unix alias files)
* and to return the resolved alias as rtl::OString
* and to return the resolved alias as rtl::OString
*/
*/
static
rtl
::
OString
macxp_resolveAliasAndConvert
(
rtl
::
OString
p
)
static
rtl
::
OString
macxp_resolveAliasAndConvert
(
rtl
::
OString
const
&
p
)
{
{
sal_Char
path
[
PATH_MAX
];
sal_Char
path
[
PATH_MAX
];
if
(
p
.
getLength
()
<
PATH_MAX
)
if
(
p
.
getLength
()
<
PATH_MAX
)
{
{
strcpy
(
path
,
p
.
getStr
());
strcpy
(
path
,
p
.
getStr
());
macxp_resolveAlias
(
path
,
PATH_MAX
);
macxp_resolveAlias
(
path
,
PATH_MAX
);
p
=
rtl
::
OString
(
path
);
return
rtl
::
OString
(
path
);
}
}
return
p
;
return
p
;
}
}
...
...
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