File: 02_http_header.dpatch

package info (click to toggle)
alsaplayer 0.99.76-9%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,752 kB
  • ctags: 2,970
  • sloc: ansic: 16,775; sh: 10,709; cpp: 9,442; makefile: 694
file content (19 lines) | stat: -rw-r--r-- 596 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh /usr/share/dpatch/dpatch-run
## 02_http_header.dpatch by Paul Brossier <piem@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Add a missing space after colon in HTTP header.

@DPATCH@

--- alsaplayer-0.99.76.orig/reader/http/http.c
+++ alsaplayer-0.99.76/reader/http/http.c
@@ -564,7 +564,7 @@
 			     "Connection: close\r\n"
 			     "User-Agent: %s/%s\r\n"
 			     "Range: bytes=%ld-\r\n"
-			     "Icy-Metadata:1\r\n"
+			     "Icy-Metadata: 1\r\n"
 			     "\r\n",
 			     desc->path, desc->host, PACKAGE, VERSION,
 			     desc->pos);