Skip to content
Snippets Groups Projects
Commit f73b0982 authored by rswindell's avatar rswindell
Browse files

Use QWK_DEFAULT macro.

parent 6f8ad659
No related branches found
No related tags found
No related merge requests found
......@@ -329,9 +329,9 @@ int DLLCALL getuserdat(scfg_t* cfg, user_t *user)
getrec(userdat,U_QWK,8,str);
if(str[0]<' ') { /* v1c, so set defaults */
if(user->rest&FLAG('Q'))
user->qwk=(QWK_RETCTLA);
user->qwk=QWK_DEFAULT|QWK_RETCTLA;
else
user->qwk=(QWK_FILES|QWK_ATTACH|QWK_EMAIL|QWK_DELMAIL);
user->qwk=QWK_DEFAULT;
}
else
user->qwk=ahtoul(str);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment