Skip to content
Snippets Groups Projects
Commit d63f8ac8 authored by deuce's avatar deuce
Browse files

Removed unused variable

parent ee648e34
No related branches found
No related tags found
No related merge requests found
......@@ -679,7 +679,6 @@ ulong DLLCALL getfreediskspace(const char* path, ulong unit)
char * DLLCALL _fullpath(char *target, const char *path, size_t size) {
char *out;
char *p;
struct stat sb;
if(target==NULL) {
if((target=malloc(MAX_PATH+1))==NULL) {
......
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