From cbc226bf9268f94928a6175e7e896db825b3628d Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Mon, 29 Jul 2002 14:21:36 +0000 Subject: [PATCH] changed basedir handling Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@95 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 6b47515e..f7f9bda1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ - fixed the errors/warnings in prefix_66.h and prefix_66_of.h (decimal too large becomming unsigned). - fixed compilation error on FreeBSD when #disable_joystick was defined - int10_writechar has been updated to move the cursor position. + - changed the basedir routines to use the current working dir instead of argv[0]. This will fix and brake things :)