Attempt to fix on HEAD.
This commit is contained in:
parent
cc4db7d1b7
commit
e5b537c9f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465152
2 changed files with 22 additions and 0 deletions
11
games/vavoom/files/patch-source_sys_bsd.cpp
Normal file
11
games/vavoom/files/patch-source_sys_bsd.cpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- source/sys_bsd.cpp.orig 2018-03-20 22:47:18.469528000 +0100
|
||||
+++ source/sys_bsd.cpp 2018-03-20 22:52:41.627543000 +0100
|
||||
@@ -336,7 +336,7 @@
|
||||
{
|
||||
try
|
||||
{
|
||||
- printf("Vavoom dedicated server "VERSION_TEXT" (r" SVN_REVISION_STRING ")\n");
|
||||
+ printf("Vavoom dedicated server " VERSION_TEXT " (r" SVN_REVISION_STRING ")\n");
|
||||
|
||||
GArgs.Init(argc, argv);
|
||||
|
11
games/vavoom/files/patch-source_sys_wind.cpp
Normal file
11
games/vavoom/files/patch-source_sys_wind.cpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- source/sys_wind.cpp.orig 2018-03-20 22:47:18.413282000 +0100
|
||||
+++ source/sys_wind.cpp 2018-03-20 22:51:38.847080000 +0100
|
||||
@@ -307,7 +307,7 @@
|
||||
{
|
||||
try
|
||||
{
|
||||
- printf("Vavoom dedicated server "VERSION_TEXT" (r" SVN_REVISION_STRING ")\n");
|
||||
+ printf("Vavoom dedicated server " VERSION_TEXT " (r" SVN_REVISION_STRING ")\n");
|
||||
|
||||
GArgs.Init(argc, argv);
|
||||
|
Loading…
Reference in a new issue