gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r10677: apply patch for port in bug


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10677: apply patch for port in bug #25777.
Date: Mon, 09 Mar 2009 09:55:50 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10677
committer: address@hidden
branch nick: trunk
timestamp: Mon 2009-03-09 09:55:50 -0600
message:
  apply patch for port in bug #25777.
modified:
  libbase/URL.cpp
=== modified file 'libbase/URL.cpp'
--- a/libbase/URL.cpp   2009-02-25 22:33:03 +0000
+++ b/libbase/URL.cpp   2009-03-09 15:55:50 +0000
@@ -291,8 +291,9 @@
 
                split_anchor_from_path();
 
-                // Extract the port number from the hostname, if any
-                split_port_from_host();
+        // Extract the port number from the hostname, if any
+        split_port_from_host();
+        _port= baseurl._port;
 
                split_querystring_from_path();
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]