Update input1.c

This commit is contained in:
mariosmsk
2019-03-26 17:29:25 +02:00
parent 08799eb276
commit 73f8499f54

View File

@@ -334,7 +334,7 @@ void adjustdata(Project *pr)
if (demand->Pat == 0)
{
demand->Pat = hyd->DefPat;
xstrcpy(&demand->Name, "", MAXMSG);
xstrcpy(&demand->Name, "", MAXID);
}
}
}