diff options
author | Bastien Nocera <hadess@users.sourceforge.net> | 2003-06-20 16:17:28 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@users.sourceforge.net> | 2003-06-20 16:17:28 +0000 |
commit | 17013809abbfd9789f314106203d1c5eaf7f4ba7 (patch) | |
tree | b2dcd7ad62308a6d9000ffa0f3a714026bba7755 /src | |
parent | 0cf6edd45401afac9bc9d2f2a1e3cdf857ba629d (diff) | |
download | xine-lib-17013809abbfd9789f314106203d1c5eaf7f4ba7.tar.gz xine-lib-17013809abbfd9789f314106203d1c5eaf7f4ba7.tar.bz2 |
- 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
Diffstat (limited to 'src')
-rw-r--r-- | src/input/pnm.c | 4 |
1 files changed, 2 insertions, 2 deletions
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[] = { |