Browse Source

document error flag

git.mgm/mediaproxy-ng/2.2
Richard Fuchs 13 years ago
parent
commit
0899007b5d
1 changed files with 1 additions and 1 deletions
  1. +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 */
};


Loading…
Cancel
Save