r8650 Wednesday 28th July, 2010 at 10:25:46 UTC by Miodrag Milanović
Fix for segfault on setting of working directory.
[src/emu]uiimage.c

src/emu/uiimage.c
r8649r8650
869869
870870   /* check to see if the path exists; if not clear it */
871871   if (check_path(image->working_directory()) != FILERR_NONE)
872      image->set_working_directory(NULL);
872      image->set_working_directory("");
873873}
874874
875875

Previous 509070 RevisionsNext 50


© 1998-2010 The MESS Team