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
aa617a3a
Kaydet (Commit)
aa617a3a
authored
Haz 01, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
concat-deps: Win32 make $(file) will end lines with CRLF
Change-Id: I3677de94e064c2f737cc7882b3cc4f42a6bf626a
üst
ed4a51b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
concat-deps.c
solenv/bin/concat-deps.c
+3
-1
No files found.
solenv/bin/concat-deps.c
Dosyayı görüntüle @
aa617a3a
...
@@ -1137,7 +1137,9 @@ const char *env_str;
...
@@ -1137,7 +1137,9 @@ const char *env_str;
/* extract filename of dep file from a 'space' separated list */
/* extract filename of dep file from a 'space' separated list */
while
(
*
in_list_cursor
)
while
(
*
in_list_cursor
)
{
{
if
(
*
in_list_cursor
==
' '
||
*
in_list_cursor
==
'\n'
)
/* the input here may contain Win32 \r\n EOL */
if
(
*
in_list_cursor
==
' '
||
*
in_list_cursor
==
'\n'
||
*
in_list_cursor
==
'\r'
)
{
{
*
in_list_cursor
=
0
;
*
in_list_cursor
=
0
;
if
(
in_list_base
<
in_list_cursor
)
if
(
in_list_base
<
in_list_cursor
)
...
...
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