maybe not, but it doesn't matter
This commit is contained in:
@@ -69,7 +69,6 @@ retry:
|
|||||||
RageException::Throw( "%s", sError.c_str() );
|
RageException::Throw( "%s", sError.c_str() );
|
||||||
break;
|
break;
|
||||||
case Dialog::retry:
|
case Dialog::retry:
|
||||||
// XXX: Do we need to flush everything?
|
|
||||||
FlushDirCache();
|
FlushDirCache();
|
||||||
goto retry;
|
goto retry;
|
||||||
case Dialog::ignore:
|
case Dialog::ignore:
|
||||||
@@ -94,7 +93,6 @@ retry:
|
|||||||
RageException::Throw( "%s", sError.c_str() );
|
RageException::Throw( "%s", sError.c_str() );
|
||||||
break;
|
break;
|
||||||
case Dialog::retry:
|
case Dialog::retry:
|
||||||
// XXX: Do we need to flush everything?
|
|
||||||
FlushDirCache();
|
FlushDirCache();
|
||||||
goto retry;
|
goto retry;
|
||||||
case Dialog::ignore:
|
case Dialog::ignore:
|
||||||
|
|||||||
Reference in New Issue
Block a user