# HG changeset patch # User faust3 # Date 1084124204 0 # Node ID 33dab236c6319aa3f2581c969a7576918cda9ad9 # Parent fb34ae9a7d286a67cc4a8a2535fb4d06549e71b0 10l diff -r fb34ae9a7d28 -r 33dab236c631 libdha/dhahelperwin/dhasetup.c --- a/libdha/dhahelperwin/dhasetup.c Sun May 09 16:36:58 2004 +0000 +++ b/libdha/dhahelperwin/dhasetup.c Sun May 09 17:36:44 2004 +0000 @@ -21,9 +21,10 @@ hSCManager = OpenSCManager(NULL, NULL, SC_MANAGER_ALL_ACCESS); if(!strcmp(argv[1],"install")){ printf("Installing dhahelper...\n"); - if(!CopyFile("dhahelper.sys",path,FALSE)) + if(!CopyFile("dhahelper.sys",path,FALSE)){ printf("Copying dhahelper.sys failed.\nEither dhahelper.sys is not in the current directory or you lack sufficient\nprivileges to write to %s.", path); return 1; + } // Install the driver hService = CreateService(hSCManager, "DHAHELPER",