diff options
Diffstat (limited to 'games/traindirector/files/patch-gtkmain.c')
-rw-r--r-- | games/traindirector/files/patch-gtkmain.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/traindirector/files/patch-gtkmain.c b/games/traindirector/files/patch-gtkmain.c new file mode 100644 index 000000000000..e83205b93da1 --- /dev/null +++ b/games/traindirector/files/patch-gtkmain.c @@ -0,0 +1,11 @@ +--- gtkmain.c.orig Sun Sep 7 23:48:20 2003 ++++ gtkmain.c Sun Sep 7 23:48:30 2003 +@@ -143,7 +143,7 @@ + + #ifdef unix + if(getenv("TDHOME")) +- chdir(getenv("TDHOME")) ++ chdir(getenv("TDHOME")); + #endif + screen_width = gdk_screen_width(); + |