mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 01:11:18 +00:00
fix program name printing
This commit is contained in:
parent
e81a0e2095
commit
43d8cf9640
1 changed files with 3 additions and 2 deletions
|
@ -837,13 +837,14 @@ main (int argc, char **argv)
|
|||
char destname[1024];
|
||||
double start, end;
|
||||
|
||||
// let forked processes change name for ps status
|
||||
this_program = argv0 = argv[0];
|
||||
|
||||
// check command line flags
|
||||
DecodeArgs (argc, argv);
|
||||
|
||||
// XXX SetQdirFromPath (argv[i]);
|
||||
|
||||
// let forked processes change name for ps status
|
||||
argv0 = argv[0];
|
||||
|
||||
// do it!
|
||||
start = Sys_DoubleTime ();
|
||||
|
|
Loading…
Reference in a new issue