summaryrefslogtreecommitdiff
path: root/mbone/rat
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-04-06 02:04:41 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-04-06 02:04:41 +0000
commit37fdb9d2246fc462d19b8005a35b2842852103cf (patch)
tree003ef906ffa90b29934c0a7161608cd86b3514d6 /mbone/rat
parentRemove empty file (diff)
Correct reversed patch
Notes
Notes: svn path=/head/; revision=40923
Diffstat (limited to 'mbone/rat')
-rw-r--r--mbone/rat/files/patch-ag8
1 files changed, 4 insertions, 4 deletions
diff --git a/mbone/rat/files/patch-ag b/mbone/rat/files/patch-ag
index 66d4d30c2beb..17a097b37217 100644
--- a/mbone/rat/files/patch-ag
+++ b/mbone/rat/files/patch-ag
@@ -4,10 +4,10 @@
#define ENGINE_NAME "ratmedia.exe"
#define CONTROL_NAME "rat.exe"
#else
--#define UI_NAME "rat-"##RAT_VERSION##"-ui"
--#define ENGINE_NAME "rat-"##RAT_VERSION##"-media"
-+#define UI_NAME "rat-ui"
-+#define ENGINE_NAME "rat-media"
+-#define UI_NAME "rat-ui"
+-#define ENGINE_NAME "rat-media"
++#define UI_NAME "rat-"##RAT_VERSION##"-ui"
++#define ENGINE_NAME "rat-"##RAT_VERSION##"-media"
#endif
#define DEFAULT_RTP_PORT 5004