[tor-commits] [torbrowser/master] Fix capitalization of PRUint32

erinn at torproject.org erinn at torproject.org
Fri Apr 27 15:09:34 UTC 2012


commit 25858079975fd3757b3524b559e1cbae52239530
Author: Sebastian Hahn <sebastian at torproject.org>
Date:   Fri Apr 27 16:02:04 2012 +0200

    Fix capitalization of PRUint32
---
 ...ize-HTTP-request-order-and-pipeline-depth.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/current-patches/firefox/0012-Randomize-HTTP-request-order-and-pipeline-depth.patch b/src/current-patches/firefox/0012-Randomize-HTTP-request-order-and-pipeline-depth.patch
index 684b1e6..33ff9a2 100644
--- a/src/current-patches/firefox/0012-Randomize-HTTP-request-order-and-pipeline-depth.patch
+++ b/src/current-patches/firefox/0012-Randomize-HTTP-request-order-and-pipeline-depth.patch
@@ -69,7 +69,7 @@ index 6e1099d..3eec5b3 100644
          nsHttpConnection *conn = nsnull;
 -        for (i = 0; i < count; ++i) {
 +
-+        PRUInt32* ind = new PRUInt32[count];
++        PRUint32* ind = new PRUint32[count];
 +        ShuffleRequestOrder(ind, count);
 +       
 +        for (h=0; h<count; ++h) {





More information about the tor-commits mailing list