From 3046e13d7c5abfd9f1dc35c8a9fbbf132e9e6cc4 Mon Sep 17 00:00:00 2001 From: mharo Date: Fri, 6 Apr 2001 02:04:41 +0000 Subject: Correct reversed patch --- mbone/rat/files/patch-ag | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mbone/rat') diff --git a/mbone/rat/files/patch-ag b/mbone/rat/files/patch-ag index 66d4d30..17a097b 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 -- cgit v1.1