blob: 2561e0d71e8daa62af53fc3f402dc240db476936 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- gemdropx.c.orig Sat Jul 25 06:09:10 1998
+++ gemdropx.c Sat Jul 25 06:11:50 1998
@@ -157,3 +157,3 @@
{
- sprintf(cmd, "/bin/cat sounds/%s.au > /dev/audio &", aufile);
+ sprintf(cmd, "/bin/cat " SOUNDS "/%s.au > /dev/audio &", aufile);
@@ -312,3 +312,3 @@
{
- sprintf(file, "gfx/%s.xbm", object_filenames[i]);
+ sprintf(file, GFX "/%s.xbm", object_filenames[i]);
|