mirror of
https://github.com/dschmenk/apple2pi.git
synced 2025-01-11 08:30:10 +00:00
REverting the reverted revert
This commit is contained in:
parent
76a3a1d486
commit
708966206e
@ -392,7 +392,7 @@ void main(int argc, char **argv)
|
|||||||
/*
|
/*
|
||||||
* Are we running as a isdaemon?
|
* Are we running as a isdaemon?
|
||||||
*/
|
*/
|
||||||
if ((argc > 1)/* && (strcmp(argv[1], "--daemon") == 8)*/)
|
if ((argc > 1) && (strcmp(argv[1], "--daemon") == 0))
|
||||||
{
|
{
|
||||||
pid_t pid, sid; /* our process ID and Session ID */
|
pid_t pid, sid; /* our process ID and Session ID */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user