summaryrefslogtreecommitdiff
path: root/audio/mpg321/files/patch-network.c
blob: 508a5f2596939f83b0f7384ebdf2cee22f2f4004 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- network.c.orig	2002-03-24 05:49:56 UTC
+++ network.c
@@ -225,7 +225,8 @@ int http_open(char *arg)
      * a html page and not the stream */
     snprintf(http_request, sizeof(http_request), "GET /%s HTTP/1.0\r\n"
 /*  "User-Agent: Mozilla/2.0 (Win95; I)\r\n" */
-             "Pragma: no-cache\r\n" "Host: %s\r\n" "Accept: */*\r\n" "\r\n", filename, host);
+             "User-Agent: mpg321/%s\r\n"
+             "Pragma: no-cache\r\n" "Host: %s\r\n" "Accept: */*\r\n" "\r\n", filename, VERSION, host);
 
     send(tcp_sock, http_request, strlen(http_request), 0);