mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtmailpr: fix vla warning
This commit is contained in:
parent
c329d5cfd7
commit
b71a319133
1 changed files with 2 additions and 2 deletions
|
@ -449,9 +449,9 @@ DmxMsg::parse (void)
|
||||||
if (handleError (env, "getContents") == B_TRUE)
|
if (handleError (env, "getContents") == B_TRUE)
|
||||||
exit (1);
|
exit (1);
|
||||||
|
|
||||||
bodyParts = new (DtMail::BodyPart *[bc]);
|
bodyParts = new DtMail::BodyPart *[bc];
|
||||||
cachedValues = B_TRUE;
|
cachedValues = B_TRUE;
|
||||||
|
|
||||||
// cache values
|
// cache values
|
||||||
bodyParts [0] = part;
|
bodyParts [0] = part;
|
||||||
numBPs++;
|
numBPs++;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue