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

Fix a couple of warnings.

parent 8d1f455e
No related branches found
No related tags found
No related merge requests found
......@@ -2090,8 +2090,8 @@ void parsepath(char** pp, user_t* user, client_t* client, int* curlib, int* curd
char* p;
char* tp;
char path[MAX_PATH+1];
int dir=*curdir;
int lib=*curlib;
uint dir=*curdir;
uint lib=*curlib;
SAFECOPY(path,*pp);
p=path;
......
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