mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Attempt to fix on HEAD.
This commit is contained in:
parent
f26ba85019
commit
99755a7e3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464552
11
games/vavoom/files/patch-utils_glvis_glvis.cpp
Normal file
11
games/vavoom/files/patch-utils_glvis_glvis.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
--- utils/glvis/glvis.cpp.orig 2010-12-23 20:47:55.000000000 +0100
|
||||
+++ utils/glvis/glvis.cpp 2018-03-15 03:06:38.264012000 +0100
|
||||
@@ -158,7 +158,7 @@
|
||||
static void ShowUsage()
|
||||
{
|
||||
fprintf(stderr, "\nGLVIS version 1.6, Copyright (c)2000-2006 Janis "
|
||||
- "Legzdinsh ("__DATE__" "__TIME__")\n");
|
||||
+ "Legzdinsh (" __DATE__ " " __TIME__ ")\n");
|
||||
fprintf(stderr, "Usage: glvis [options] file[.wad]\n");
|
||||
fprintf(stderr, " -s silent mode\n");
|
||||
fprintf(stderr, " -f fast mode\n");
|
Loading…
Reference in New Issue
Block a user