diff options
Diffstat (limited to 'net-misc/linphone/files/linphone-1.6.0-call.patch')
-rw-r--r-- | net-misc/linphone/files/linphone-1.6.0-call.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-misc/linphone/files/linphone-1.6.0-call.patch b/net-misc/linphone/files/linphone-1.6.0-call.patch new file mode 100644 index 000000000000..27fe669f8c1c --- /dev/null +++ b/net-misc/linphone/files/linphone-1.6.0-call.patch @@ -0,0 +1,10 @@ +--- linphone-1.6.0.old/console/commands.c 2007-02-02 13:57:55.000000000 +0100 ++++ linphone-1.6.0/console/commands.c 2007-02-02 14:25:51.000000000 +0100 +@@ -287,6 +287,7 @@ + static int + lpc_cmd_call(LinphoneCore *lc, char *args) + { ++ if ( ! args || ! *args ) return 0; + if ( lc->call != NULL ) + { + printf("Terminate current call first.\n"); |