Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
cbdecdd1
Commit
cbdecdd1
authored
Sep 14, 2011
by
Rafaël Carré
Browse files
remove debug
parent
46e97beb
Changes
1
Hide whitespace changes
Inline
Side-by-side
gnome/src/actions.c
View file @
cbdecdd1
...
@@ -619,7 +619,6 @@ process_dialing (callable_obj_t *c, guint keyval, gchar *key)
...
@@ -619,7 +619,6 @@ process_dialing (callable_obj_t *c, guint keyval, gchar *key)
{
{
gchar
*
num
=
(
c
->
_state
==
CALL_STATE_TRANSFER
)
?
c
->
_trsft_to
:
c
->
_peer_number
;
gchar
*
num
=
(
c
->
_state
==
CALL_STATE_TRANSFER
)
?
c
->
_trsft_to
:
c
->
_peer_number
;
size_t
len
=
strlen
(
num
);
size_t
len
=
strlen
(
num
);
printf
(
"
\"
%s
\"
: %zu
\n
"
,
num
,
len
);
if
(
len
)
{
if
(
len
)
{
len
--
;
// delete one character
len
--
;
// delete one character
num
[
len
]
=
'\0'
;
num
[
len
]
=
'\0'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment