File: axel.h.rej

package info (click to toggle)
axel 1.0b-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 276 kB
  • ctags: 178
  • sloc: ansic: 2,306; sh: 223; makefile: 119; python: 38
file content (17 lines) | stat: -rw-r--r-- 401 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
***************
*** 67,73 ****
  #define MAX_STRING		256
  #define MAX_REDIR		5
  #define AXEL_VERSION_STRING	"1.0a"
- #define USER_AGENT		"Axel " AXEL_VERSION_STRING " (" ARCH ")"
  
  typedef struct
  {
--- 67,73 ----
  #define MAX_STRING		256
  #define MAX_REDIR		5
  #define AXEL_VERSION_STRING	"1.0a"
+ #define USER_AGENT		"Axel " AXEL_VERSION_STRING " (Debian/" ARCH ")"
  
  typedef struct
  {