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

base64out() wasn't closing the attached file (so it couldn't be deleted).

parent ba81c5d1
No related branches found
No related tags found
No related merge requests found
......@@ -133,6 +133,7 @@ BOOL base64out(SOCKET socket, char * pathfile)
if(i!=-1) /* already printed the last line */
sockprintf(socket,line);
sockprintf(socket,"");
fclose(fp);
return(TRUE);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment