Attempt to fix on HEAD.
This commit is contained in:
parent
839e74e168
commit
926f963c32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464760
11
games/vavoom/files/patch-utils_acc_acc.c
Normal file
11
games/vavoom/files/patch-utils_acc_acc.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- utils/acc/acc.c.orig 2018-03-17 07:31:45.763803000 +0100
|
||||
+++ utils/acc/acc.c 2018-03-17 07:34:25.591067000 +0100
|
||||
@@ -120,7 +120,7 @@
|
||||
fprintf(stderr, "\nOriginal ACC Version 1.10 by Ben Gokey\n");
|
||||
fprintf(stderr, "Copyright (c) "COPYRIGHT_YEARS_TEXT
|
||||
" Raven Software, Corp.\n\n");
|
||||
- fprintf(stderr, "This is version "VERSION_TEXT" ("__DATE__")\n");
|
||||
+ fprintf(stderr, "This is version "VERSION_TEXT" (" __DATE__ ")\n");
|
||||
fprintf(stderr, "This software is not supported by Raven Software or Activision\n");
|
||||
fprintf(stderr, "ZDoom changes and language extensions by Randy Heit\n");
|
||||
fprintf(stderr, "Further changes by Brad Carney\n");
|
@ -1,5 +1,5 @@
|
||||
--- utils/vcc/vcc.cpp.orig 2017-06-04 09:44:06.817573000 +0200
|
||||
+++ utils/vcc/vcc.cpp 2017-06-04 10:05:59.278454000 +0200
|
||||
--- utils/vcc/vcc.cpp.orig 2018-03-17 07:31:45.795910000 +0100
|
||||
+++ utils/vcc/vcc.cpp 2018-03-17 07:37:38.864263000 +0100
|
||||
@@ -122,7 +122,7 @@
|
||||
}
|
||||
catch (VException& e)
|
||||
@ -9,3 +9,12 @@
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
@@ -171,7 +171,7 @@
|
||||
{
|
||||
// Print usage.
|
||||
printf("\n");
|
||||
- printf("VCC Version 1.%d. Copyright (c)2000-2001 by JL. ("__DATE__" "__TIME__")\n", PROG_VERSION);
|
||||
+ printf("VCC Version 1.%d. Copyright (c)2000-2001 by JL. (" __DATE__ " " __TIME__ ")\n", PROG_VERSION);
|
||||
printf("Usage: vcc [options] source[.c] [object[.dat]]\n");
|
||||
printf(" -d<file> Output debugging information into specified file\n");
|
||||
printf(" -a<function> Output function's ASM statements into debug file\n");
|
||||
|
Loading…
Reference in New Issue
Block a user