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
e7118d20
Kaydet (Commit)
e7118d20
authored
Tem 03, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
HStream::closeInput does nothing
Change-Id: I0d57e227be45bb2c098969ab24eedab30514313f
üst
2617def8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
12 deletions
+2
-12
hiodev.cxx
hwpfilter/source/hiodev.cxx
+1
-3
hstream.cxx
hwpfilter/source/hstream.cxx
+0
-5
hstream.h
hwpfilter/source/hstream.h
+1
-4
No files found.
hwpfilter/source/hiodev.cxx
Dosyayı görüntüle @
e7118d20
...
@@ -146,9 +146,7 @@ void HStreamIODev::close(void)
...
@@ -146,9 +146,7 @@ void HStreamIODev::close(void)
/* 플러시한 후 닫는다. */
/* 플러시한 후 닫는다. */
this
->
flush
();
this
->
flush
();
if
(
_gzfp
)
if
(
_gzfp
)
gz_close
(
_gzfp
);
/* gz_close() calls stream_closeInput() */
gz_close
(
_gzfp
);
else
_stream
->
closeInput
();
_gzfp
=
NULL
;
_gzfp
=
NULL
;
}
}
...
...
hwpfilter/source/hstream.cxx
Dosyayı görüntüle @
e7118d20
...
@@ -66,9 +66,4 @@ int HStream::available() const
...
@@ -66,9 +66,4 @@ int HStream::available() const
return
size
-
pos
;
return
size
-
pos
;
}
}
void
HStream
::
closeInput
()
{
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
hwpfilter/source/hstream.h
Dosyayı görüntüle @
e7118d20
...
@@ -46,10 +46,7 @@ class HStream
...
@@ -46,10 +46,7 @@ class HStream
* @returns Size of remained stream
* @returns Size of remained stream
*/
*/
int
available
()
const
;
int
available
()
const
;
/**
* remove the stream from this object.
*/
void
closeInput
();
private
:
private
:
int
size
;
int
size
;
byte
*
seq
;
byte
*
seq
;
...
...
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