Skip to content
Snippets Groups Projects
Commit 1f9ea375 authored by Xiaoxuan Li's avatar Xiaoxuan Li
Browse files

update makefile and image_tagger.c

parent 8afd94ec
No related branches found
No related tags found
No related merge requests found
test: test.c
gcc -o test test.c
image_tagger: image_tagger.c
gcc -o image_tagger image_tagger.c
......@@ -76,7 +76,7 @@ static bool handle_http_request(int sockfd, int player)
while (*curr == '.' || *curr == '/')
++curr;
// assume the only valid request URI is "/" but it can be modified to accept more files
<<<<<<< HEAD
if (strncmp(curr, "?start", 6) == 0){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment