]> git.pld-linux.org Git - packages/librhtv.git/blame - format-security.patch
- compilation fix
[packages/librhtv.git] / format-security.patch
CommitLineData
6735d0c4
WF
1--- tvision/classes/tlookupv.cc.orig 2014-01-07 17:22:42.816679628 +0100
2+++ tvision/classes/tlookupv.cc 2014-01-07 17:32:22.022303566 +0100
3@@ -57,7 +57,7 @@ const char * TStringLookupValidator::err
4
5 void TStringLookupValidator::error()
6 {
7- messageBox(mfError | mfOKButton, errorMsg);
8+ messageBox(errorMsg, mfError | mfOKButton );
9 }
10
11 static Boolean stringMatch(void* a1, void* a2)
This page took 0.030195 seconds and 4 git commands to generate.