Skip to content

Commit

Permalink
fix stapi5 streampids >16
Browse files Browse the repository at this point in the history
found by hoho

git-svn-id: http://streamboard.de.vu/svn/oscam/trunk@11188 4b0bc96b-bc66-0410-9d44-ebda105a78c1
  • Loading branch information
gorgone.impertinence committed Nov 29, 2015
1 parent d67349e commit a93943f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-dvbapi-stapi5.c
Expand Up @@ -13,7 +13,7 @@

extern int32_t exit_oscam;

#define MAX_STREAMPIDS MAX_DEMUX
#define MAX_STREAMPIDS MAX_DEMUX + 1

struct tTkdDescInfo
{
Expand Down

0 comments on commit a93943f

Please sign in to comment.