1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

fixed modifier array

This commit is contained in:
tg(x) 2011-04-25 14:39:58 +02:00
parent 3afb723bf8
commit 14a62b568e
3 changed files with 12 additions and 12 deletions

View file

@ -124,8 +124,8 @@ typedef struct
typedef struct
{
size_t length;
PSYC_Modifier *ptr;
size_t lines;
PSYC_Modifier **modifiers;
} PSYC_ModifierArray;
/* intermediate struct for a PSYC packet */