diff options
Diffstat (limited to 'audio/terminatorx')
-rw-r--r-- | audio/terminatorx/files/patch-src::tX_dialog.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/terminatorx/files/patch-src::tX_dialog.cc b/audio/terminatorx/files/patch-src::tX_dialog.cc new file mode 100644 index 000000000000..580957977068 --- /dev/null +++ b/audio/terminatorx/files/patch-src::tX_dialog.cc @@ -0,0 +1,11 @@ +--- src/tX_dialog.cc.orig Thu Jun 5 14:08:16 2003 ++++ src/tX_dialog.cc Thu Jun 5 14:08:40 2003 +@@ -184,7 +184,7 @@ + #ifdef USE_OSS + static GList *oss_devices=NULL; + +-int oss_select_dsp_only(const struct dirent *entry){ ++int oss_select_dsp_only(struct dirent *entry){ + return (strstr(entry->d_name, "dsp")!=0); + } + |