Changes of Revision 4
[-] [+] | Added | pwlib-1.10.10.diff |
@@ -0,0 +1,15 @@ +Index: src/ptclib/vxml.cxx +=================================================================== +--- src/ptclib/vxml.cxx.orig ++++ src/ptclib/vxml.cxx +@@ -1078,9 +1078,9 @@ void PVXMLSession::ProcessUserInput() + return; + ch = userInputQueue.front(); + userInputQueue.pop(); +- } + + PTRACE(3, "VXML\tHandling user input " << ch); ++ } + + // recording + if (recording) { |