mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 18:45:40 +08:00
cleaunup signed/unsigned mismatch
This commit is contained in:
parent
d971601316
commit
0b0de0d2ee
@ -439,7 +439,7 @@ int MODULEMAINFUNC (int argc, char** argv){
|
|||||||
"\tExample: %s -i127.0.0.1\n\n"
|
"\tExample: %s -i127.0.0.1\n\n"
|
||||||
"%s",
|
"%s",
|
||||||
argv[0],
|
argv[0],
|
||||||
conf.stringtable?conf.stringtable[3]: VERSION " (" BUILDDATE ")",
|
conf.stringtable?(char *)conf.stringtable[3]: VERSION " (" BUILDDATE ")",
|
||||||
argv[0], loghelp, printopts("\n\t"), childdef.helpmessage, argv[0],
|
argv[0], loghelp, printopts("\n\t"), childdef.helpmessage, argv[0],
|
||||||
#ifdef STDMAIN
|
#ifdef STDMAIN
|
||||||
copyright
|
copyright
|
||||||
@ -472,7 +472,7 @@ int MODULEMAINFUNC (int argc, char** argv){
|
|||||||
"\tExample: %s -d -i127.0.0.1 6666 serv.somehost.ru 6666\n\n"
|
"\tExample: %s -d -i127.0.0.1 6666 serv.somehost.ru 6666\n\n"
|
||||||
"%s",
|
"%s",
|
||||||
argv[0],
|
argv[0],
|
||||||
conf.stringtable?conf.stringtable[3]: VERSION " (" BUILDDATE ")",
|
conf.stringtable?(char *)conf.stringtable[3]: VERSION " (" BUILDDATE ")",
|
||||||
argv[0], loghelp, printopts("\n\t"), childdef.helpmessage, argv[0],
|
argv[0], loghelp, printopts("\n\t"), childdef.helpmessage, argv[0],
|
||||||
#ifdef STDMAIN
|
#ifdef STDMAIN
|
||||||
copyright
|
copyright
|
||||||
|
Loading…
Reference in New Issue
Block a user