[packages/librhtv] - compilation fix
witekfl
witekfl at pld-linux.org
Tue Jan 7 19:47:02 CET 2014
commit 6735d0c4272d79eaf746393972193605142fc9b4
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Tue Jan 7 19:44:42 2014 +0100
- compilation fix
format-security.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
---
diff --git a/format-security.patch b/format-security.patch
new file mode 100644
index 0000000..b602a9a
--- /dev/null
+++ b/format-security.patch
@@ -0,0 +1,11 @@
+--- tvision/classes/tlookupv.cc.orig 2014-01-07 17:22:42.816679628 +0100
++++ tvision/classes/tlookupv.cc 2014-01-07 17:32:22.022303566 +0100
+@@ -57,7 +57,7 @@ const char * TStringLookupValidator::err
+
+ void TStringLookupValidator::error()
+ {
+- messageBox(mfError | mfOKButton, errorMsg);
++ messageBox(errorMsg, mfError | mfOKButton );
+ }
+
+ static Boolean stringMatch(void* a1, void* a2)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/librhtv.git/commitdiff/f0c034a2363da0ffa39011b7dbdb4a24b417071b
More information about the pld-cvs-commit
mailing list