forked from speed-dreams/speed-dreams-code
fix for #1056 (crash from buffer overrun with more than 10 shadow drivers)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7025 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 81b0767d3a20b6764ae2f190b481c02f39c2504b Former-commit-id: 5260fbe1edbdf7dd9485bf8ebbb78a27afcda424
This commit is contained in:
parent
342f4ce46d
commit
9728e6a84d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
(no limit for "Unlimited Number of Interfaces" modules)
|
||||
@see ModList
|
||||
*/
|
||||
#define MAX_MOD_ITF 10
|
||||
#define MAX_MOD_ITF 40
|
||||
#define GfModInfoDefaultMaxItf MAX_MOD_ITF
|
||||
|
||||
/* Name of the module function where run-time informations are exchanged (new scheme)
|
||||
|
|
Loading…
Reference in a new issue