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
document error flag
git.mgm/mediaproxy-ng/2.2
Richard Fuchs
13 years ago
parent
a59cd22479
commit
0899007b5d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
daemon/bencode.h
+ 1
- 1
daemon/bencode.h
View File
@ -54,7 +54,7 @@ struct bencode_item {
struct
bencode_buffer
{
struct
__bencode_buffer_piece
*
pieces
;
struct
__bencode_free_list
*
free_list
;
int
error
:
1
;
int
error
:
1
;
/* set to !0 if allocation failed at any point */
}
;
Write
Preview
Loading…
Cancel
Save