Split some string constants to avoid possible RCS keyword expansions.
committer: mfx <mfx> 983457621 +0000
This commit is contained in:
+7
-3
@@ -926,14 +926,18 @@ char const *Packer::identstr(unsigned &size)
|
|||||||
{
|
{
|
||||||
static const char identbig[] =
|
static const char identbig[] =
|
||||||
"\n\0"
|
"\n\0"
|
||||||
"$Info: This file is packed with the UPX executable packer http://upx.tsx.org $"
|
"$Info: "
|
||||||
|
"This file is packed with the UPX executable packer http://upx.tsx.org $"
|
||||||
"\n\0"
|
"\n\0"
|
||||||
"$Id: UPX " UPX_VERSION_STRING4 " Copyright (C) 1996-2001 the UPX Team. All Rights Reserved. $"
|
"$Id: UPX "
|
||||||
|
UPX_VERSION_STRING4
|
||||||
|
" Copyright (C) 1996-2001 the UPX Team. All Rights Reserved. $"
|
||||||
"\n";
|
"\n";
|
||||||
|
|
||||||
static const char identsmall[] =
|
static const char identsmall[] =
|
||||||
"\n"
|
"\n"
|
||||||
"$Id: UPX (C) 1996-2001 the UPX Team. All Rights Reserved. http://upx.tsx.org $"
|
"$Id: UPX "
|
||||||
|
"(C) 1996-2001 the UPX Team. All Rights Reserved. http://upx.tsx.org $"
|
||||||
"\n";
|
"\n";
|
||||||
|
|
||||||
if (opt->small) {
|
if (opt->small) {
|
||||||
|
|||||||
@@ -29,7 +29,8 @@
|
|||||||
; ------------- COPYRIGHT -------------
|
; ------------- COPYRIGHT -------------
|
||||||
|
|
||||||
db 10
|
db 10
|
||||||
db '$Id: UPX (C) 1996-2001 the UPX Team. All Rights Reserved. http://upx.tsx.org $'
|
db '$Id: UPX '
|
||||||
|
db '(C) 1996-2001 the UPX Team. All Rights Reserved. http://upx.tsx.org $'
|
||||||
db 10,0
|
db 10,0
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user