Changes for the MacOS port contributed by Darrell Walisser.

This commit is contained in:
curt
1999-04-27 19:27:45 +00:00
parent 5bddbd0ca9
commit 9221604424
3 changed files with 32 additions and 6 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ string FGBucket::gen_base_path() const {
FGPath path( raw_path );
return path.get_path();
return path.str();
}