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:
iobyte 2020-05-06 13:05:00 +00:00
parent 342f4ce46d
commit 9728e6a84d

View file

@ -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)