mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
c2arg2
This commit is contained in:
parent
9d8ceefe0b
commit
b92ac91b7e
2 changed files with 3 additions and 2 deletions
|
@ -126,8 +126,8 @@ static inline
|
|||
PsycModifier psyc_modifier_new (char oper,
|
||||
char *name, size_t namelen,
|
||||
char *value, size_t valuelen,
|
||||
PsycModifierFlag flag){
|
||||
|
||||
PsycModifierFlag flag)
|
||||
{
|
||||
PsycModifier m = {oper, {namelen, name}, {valuelen, value}, flag};
|
||||
|
||||
if (flag == PSYC_MODIFIER_CHECK_LENGTH) // find out if it needs a length
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue