diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2013-03-08 20:08:41 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2013-03-08 20:08:41 +0000 |
| commit | 0239a77934187cb9f8c88f0d70748189ec6264c4 (patch) | |
| tree | ee79915040662c450ab0de5f30c570ac3678cb64 /src/io/inkscapestream.cpp | |
| parent | Use font-weight names rather than numerical values. Fixes bug when scrolling ... (diff) | |
| download | inkscape-0239a77934187cb9f8c88f0d70748189ec6264c4.tar.gz inkscape-0239a77934187cb9f8c88f0d70748189ec6264c4.zip | |
Preparation to merge /dom/io and /io code (bug #1120585 )
(bzr r12184)
Diffstat (limited to 'src/io/inkscapestream.cpp')
| -rw-r--r-- | src/io/inkscapestream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/inkscapestream.cpp b/src/io/inkscapestream.cpp index 4c7fa4d49..dcfc662ca 100644 --- a/src/io/inkscapestream.cpp +++ b/src/io/inkscapestream.cpp @@ -130,7 +130,7 @@ int BasicOutputStream::put(gunichar ch) if (closed) return -1; destination.put(ch); - return 1; + return 1; } |
