This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
fix unit test after
8fb603e5
fixes
#798
Change-Id: I166f681cb2d5c496d2cbb4bc13318b0395ad12b3
changes/26/30926/5
Richard Fuchs
7 years ago
parent
8fb603e5c3
commit
290477d2e5
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
t/log.h
+ 0
- 1
t/log.h
View File
@ -20,7 +20,6 @@ INLINE void dtmflog(GString *s) {
if
(
dtmf_logs
-
>
len
>
0
)
g_string_append
(
dtmf_logs
,
"
\n
"
)
;
g_string_append_len
(
dtmf_logs
,
s
-
>
str
,
s
-
>
len
)
;
g_string_free
(
s
,
TRUE
)
;
}
#
endif
Write
Preview
Loading…
Cancel
Save