diff options
Diffstat (limited to 'net-voip/linphone/files/linphone-1.6.0-call.patch')
-rw-r--r-- | net-voip/linphone/files/linphone-1.6.0-call.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net-voip/linphone/files/linphone-1.6.0-call.patch b/net-voip/linphone/files/linphone-1.6.0-call.patch deleted file mode 100644 index 27fe669f8c1c..000000000000 --- a/net-voip/linphone/files/linphone-1.6.0-call.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- 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"); |