]> Shamusworld >> Repos - virtualjaguar/commitdiff
Remove OP dump to fix lockups when exiting VJ.
authorShamus Hammons <jlhamm@acm.org>
Mon, 16 Jul 2012 02:34:34 +0000 (21:34 -0500)
committerShamus Hammons <jlhamm@acm.org>
Mon, 16 Jul 2012 02:34:34 +0000 (21:34 -0500)
src/op.cpp

index e951d5f855c43b92469f2c663c770366a6e0a2e6..8ae2eb5a437ac33dee0f417b0bee42aef77bb067 100644 (file)
@@ -180,6 +180,9 @@ void OPDone(void)
 
        WriteLog("\n");
 #else
+//temp, to keep the following function from locking up on bad/weird OLs
+return;
+
        numberOfObjects = 0;
        OPDiscoverObjects(olp);
        OPDumpObjectList();