mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
c8dabe4e08
- Add pkg-message about how to fix SDL sound problems.
12 lines
355 B
C
12 lines
355 B
C
--- ./code/botlib/be_interface.c.orig Wed Apr 26 10:36:58 2006
|
|
+++ ./code/botlib/be_interface.c Sun Jun 11 17:26:26 2006
|
|
@@ -155,7 +155,7 @@
|
|
} else {
|
|
Com_sprintf(logfilename, sizeof(logfilename), "botlib.log");
|
|
}
|
|
- Log_Open(logfilename);
|
|
+ Log_Open("/dev/null");
|
|
//
|
|
botimport.Print(PRT_MESSAGE, "------- BotLib Initialization -------\n");
|
|
//
|