Commit cd7aecd5 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

cabinet: Simplify code in fdi_decomp().

parent fed00cb8
......@@ -2107,7 +2107,7 @@ static int fdi_decomp(const struct fdi_file *fi, int savemode, fdi_decomp_state
do {
pathlen = (userpath) ? strlen(userpath) : 0;
pathlen = strlen(userpath);
filenamelen = (cab->mii.nextname) ? strlen(cab->mii.nextname) : 0;
/* slight overestimation here to save CPU cycles in the developer's brain */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment