File tree 2 files changed +2
-11
lines changed
2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 1
1
/* fre:ac - free audio converter
2
- * Copyright (C) 2001-2020 Robert Kausch <robert.kausch@freac.org>
2
+ * Copyright (C) 2001-2025 Robert Kausch <robert.kausch@freac.org>
3
3
*
4
4
* This program is free software; you can redistribute it and/or
5
5
* modify it under the terms of the GNU General Public License as
@@ -25,7 +25,6 @@ namespace freac
25
25
private:
26
26
Bool connected;
27
27
28
- Buffer<char > hostNameBuffer;
29
28
Buffer<UnsignedByte> httpResultBuffer;
30
29
31
30
Array<CDDBInfo> readEntries;
Original file line number Diff line number Diff line change 1
1
/* fre:ac - free audio converter
2
- * Copyright (C) 2001-2023 Robert Kausch <robert.kausch@freac.org>
2
+ * Copyright (C) 2001-2025 Robert Kausch <robert.kausch@freac.org>
3
3
*
4
4
* This program is free software; you can redistribute it and/or
5
5
* modify it under the terms of the GNU General Public License as
19
19
#include < freac.h>
20
20
#include < config.h>
21
21
22
- #ifdef __WIN32__
23
- # include < winsock2.h>
24
- #else
25
- # include < unistd.h>
26
- #endif
27
-
28
22
using namespace BoCA ;
29
23
30
24
freac::CDDBRemote::CDDBRemote ()
@@ -189,8 +183,6 @@ Bool freac::CDDBRemote::ConnectToServer()
189
183
SendCommand (NIL);
190
184
SendCommand (" proto 6" );
191
185
192
- gethostname (hostNameBuffer, hostNameBuffer.Size ());
193
-
194
186
SendCommand (String (" cddb hello user host " ).Append (freac::appName).Append (" " ).Append (freac::cddbVersion));
195
187
196
188
return True;
You can’t perform that action at this time.
0 commit comments