summaryrefslogtreecommitdiff
path: root/src/gui.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2004-01-23 20:02:27 +0000
committerIan C <ianc@noddybox.co.uk>2004-01-23 20:02:27 +0000
commit72e65aafe6141399b461fa060917dc908fd3d379 (patch)
tree72d3dcd12f62cc7bfa69c344223ad0041a252988 /src/gui.c
parent0a6f1fcdf13e5d4518b8605dd7a55f49db6b1a70 (diff)
Changes from work
Diffstat (limited to 'src/gui.c')
-rw-r--r--src/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui.c b/src/gui.c
index 05ebc49..3340de1 100644
--- a/src/gui.c
+++ b/src/gui.c
@@ -431,7 +431,7 @@ int GUIFileSelect(const char *prompt, int load,
else
strcpy(path,"/files/emu/spectrum/testespec.tap");
- strcpy(path,"/files/emu/spectrum/testespec.tap");
+ /* strcpy(path,"/files/emu/spectrum/testespec.tap"); */
return TRUE;
}