]> git.pld-linux.org Git - packages/libzrtpcpp.git/blame - libzrtpcpp-java.patch
- updated to 4.4.0
[packages/libzrtpcpp.git] / libzrtpcpp-java.patch
CommitLineData
ca843ba6
JB
1--- ZRTPCPP-4.1.2/clients/tivi/swigJava/SessionTest.java.orig 2014-01-09 13:11:21.000000000 +0100
2+++ ZRTPCPP-4.1.2/clients/tivi/swigJava/SessionTest.java 2014-03-01 16:57:50.047307896 +0100
3@@ -139,7 +139,7 @@
4
5 session.setUserCallback(callback, CtZrtpSession.streamName.AudioStream);
6 session.setSendCallback(sendCallback, CtZrtpSession.streamName.AudioStream);
7- session.getSignalingHelloHash(helloHash, CtZrtpSession.streamName.AudioStream);
8+ session.getSignalingHelloHash(helloHash, CtZrtpSession.streamName.AudioStream, 0);
9
10 System.out.println("Our Hello hash: " + new String(helloHash));
11
This page took 0.139327 seconds and 4 git commands to generate.