From 17013809abbfd9789f314106203d1c5eaf7f4ba7 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 20 Jun 2003 16:17:28 +0000 Subject: - fake a newer version of RealPlayer to avoid "too old version" from some pnm servers. Fixes: pnm://rm.content.loudeye.com/~a-600111/0651022_0101_00_0002.ra CVS patchset: 5076 CVS date: 2003/06/20 16:17:28 --- src/input/pnm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/input/pnm.c b/src/input/pnm.c index 52881d7fe..b77cc69c8 100644 --- a/src/input/pnm.c +++ b/src/input/pnm.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: pnm.c,v 1.14 2003/04/13 18:49:12 miguelfreitas Exp $ + * $Id: pnm.c,v 1.15 2003/06/20 16:17:28 hadess Exp $ * * pnm protocol implementation * based upon code from joschka @@ -127,7 +127,7 @@ const unsigned char pnm_challenge[] = "0990f6b4508b51e801bd6da011ad7b56"; const unsigned char pnm_timestamp[] = "[15/06/1999:22:22:49 00:00]"; const unsigned char pnm_guid[] = "3eac2411-83d5-11d2-f3ea-d7c3a51aa8b0"; const unsigned char pnm_response[] = "97715a899cbe41cee00dd434851535bf"; -const unsigned char client_string[] = "WinNT_4.0_6.0.6.45_plus32_MP60_en-US_686l"; +const unsigned char client_string[] = "WinNT_9.0_6.0.6.45_plus32_MP60_en-US_686l"; #define PNM_HEADER_SIZE 11 const unsigned char pnm_header[] = { -- cgit v1.2.3