Write 'cvs rm foobar' 500 times on the blackboard... Forgot to run 'cvs rm'
to remove this patch to allow anyone to build it. Reported by: several
This commit is contained in:
parent
b15bbfb038
commit
c6701d9716
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188037
@ -1,13 +0,0 @@
|
||||
diff -I'^// \$Id' -Naur --exclude-from diff-exclude trunk.orig/src/FbTk/FbString.cc trunk.tabs/src/FbTk/FbString.cc
|
||||
--- src/FbTk/FbString.cc 2006-06-26 20:55:59.000000000 +1000
|
||||
+++ src/FbTk/FbString.cc 2006-07-05 09:37:16.000000000 +1000
|
||||
@@ -261,7 +261,8 @@
|
||||
if (newiconv == ((iconv_t)(-1)))
|
||||
return false;
|
||||
else {
|
||||
- iconv_close(m_iconv);
|
||||
+ if (m_iconv != ((iconv_t)-1))
|
||||
+ iconv_close(m_iconv);
|
||||
m_iconv = newiconv;
|
||||
return true;
|
||||
}
|
Loading…
Reference in New Issue
Block a user