Remove LOG_MSG
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3266
This commit is contained in:
parent
7bc763807e
commit
5ba2b294e7
1 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: dos_files.cpp,v 1.103 2009-01-19 20:24:18 qbix79 Exp $ */
|
||||
/* $Id: dos_files.cpp,v 1.104 2009-01-19 20:26:12 qbix79 Exp $ */
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -161,7 +161,6 @@ bool DOS_MakeName(char const * const name,char * const fullname,Bit8u * drive) {
|
|||
//another dot in the extension =>file not found
|
||||
//Or path not found depending on wether
|
||||
//we are still in dir check stage or file stage
|
||||
LOG_MSG("stop = %d",stop);
|
||||
if(stop)
|
||||
DOS_SetError(DOSERR_FILE_NOT_FOUND);
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue