aboutsummaryrefslogtreecommitdiffstats
path: root/audio/workman/files/patch-ab
blob: e09eb38a8fa777b85bd84a0bf82da3e20c59261e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- workman_stubs.c.orig    Sat Feb 14 08:47:37 1998
+++ workman_stubs.c Sat Feb 14 08:50:16 1998
@@ -163,6 +163,9 @@
        "Workman.Db.Shared", dbfiles);
    if (dbfiles)
        dbfiles = WMstrdup(dbfiles);
+   name = getenv("MUSIC_CD");
+   if (name)
+       cd_device = name;
 
    reverse_threshold = defaults_get_integer("workman.reverseThreshold",
        "Workman.ReverseThreshold", reverse_threshold);