VirtualBox

Changeset 77878 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 26, 2019 1:27:01 PM (6 years ago)
Author:
vboxsync
Message:

linux/vboxsf: build fix. bugref:9172

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/regops.c

    r77873 r77878  
    255255
    256256        Assert((uintptr_t)pIov >= (uintptr_t)iter->iov_org);
    257         Assert(iter->nr_segs <= iter->iter->nr_segs_org);
     257        Assert(iter->nr_segs <= iter->nr_segs_org);
    258258
    259259        if (cbRewind <= cbSeg) {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette