Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 145446 | Differences between
and this patch

Collapse All | Expand All

(-)bochs-2.3.orig/iodev/hdimage.cc (-1 / +1 lines)
Lines 1586-1592 int z_undoable_image_t::open (const char Link Here
1586
                sprintf (logname, "%s%s", pathname, UNDOABLE_REDOLOG_EXTENSION);
1586
                sprintf (logname, "%s%s", pathname, UNDOABLE_REDOLOG_EXTENSION);
1587
        }
1587
        }
1588
1588
1589
        if (redolog->open(logname,REDOLOG_SUBTYPE_UNDOABLE,size) < 0)
1589
        if (redolog->create(logname,REDOLOG_SUBTYPE_UNDOABLE,size) < 0)
1590
        {
1590
        {
1591
                if (redolog->create(logname, REDOLOG_SUBTYPE_UNDOABLE, size) < 0)
1591
                if (redolog->create(logname, REDOLOG_SUBTYPE_UNDOABLE, size) < 0)
1592
                {
1592
                {

Return to bug 145446