fix the fix

This commit is contained in:
Nils Durner
2010-01-20 21:34:10 +00:00
parent 1b0b8c014d
commit 3980b784cc
+1 -1
View File
@@ -131,7 +131,7 @@ http_ahc (void *cls,
}
*ptr = NULL; /* reset when done */
file = fopen (url, "rb");
file = fopen (&url[1], "rb");
if (file == NULL)
{
response = MHD_create_response_from_data (strlen (EMPTY_PAGE),