summaryrefslogtreecommitdiff
path: root/lang/mosh/files/patch-TextualInputPort.cpp
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-03-07 15:29:45 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-03-07 15:29:45 +0000
commit5ede981a007f1caffb71f7f351fd9648d10f3e8d (patch)
treec4e0714c3a436ba3e8edf60b5f66485e9e1a7d99 /lang/mosh/files/patch-TextualInputPort.cpp
parentThe NVIDIA Texture Tools is a collection of image processing and (diff)
- Update to 0.0.7
PR: 132177 Submitted by: Katsuji ISHIKAWA <katsuji dot ishikawa at gmail dot com> (maintainer)
Notes
Notes: svn path=/head/; revision=229635
Diffstat (limited to 'lang/mosh/files/patch-TextualInputPort.cpp')
-rw-r--r--lang/mosh/files/patch-TextualInputPort.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/mosh/files/patch-TextualInputPort.cpp b/lang/mosh/files/patch-TextualInputPort.cpp
new file mode 100644
index 000000000000..6c0994eb127b
--- /dev/null
+++ b/lang/mosh/files/patch-TextualInputPort.cpp
@@ -0,0 +1,11 @@
+--- TextualInputPort.cpp.orig 2008-10-30 10:15:23.000000000 +0300
++++ TextualInputPort.cpp 2009-03-02 22:01:49.000000000 +0300
+@@ -52,7 +52,7 @@
+ TextualInputPort::TextualInputPort(BinaryInputPort* port, Transcoder* coder) : codec_(coder->codec()),
+ port_(port),
+ coder_(coder),
+- buffer_(NULL),
++ buffer_((const ucs4char*)NULL),
+ line_(1),
+ error_(Object::Nil),
+ scanner_(new Scanner)