/[meteor]/googlecode.com/svn/trunk/public_html/stream.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /googlecode.com/svn/trunk/public_html/stream.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 52 by andrew.betts, Thu Dec 20 21:24:24 2007 UTC revision 53 by andrew.betts, Wed Feb 27 21:58:56 2008 UTC
# Line 31  function startstream() { Line 31  function startstream() {
31                          var newdata = buffer.substring(byteoffset);                          var newdata = buffer.substring(byteoffset);
32                          byteoffset = buffer.length;                          byteoffset = buffer.length;
33                          while (1) {                          while (1) {
34                                  var x = newdata.indexOf("<s"+"cript>p(");                                  var x = newdata.indexOf("<s"+"cript>");
35                                  if (x != -1) {                                  if (x != -1) {
36                                          y = newdata.indexOf("</"+"script>", x);                                          y = newdata.indexOf("</"+"script>", x);
37                                          if (y != -1) {                                          if (y != -1) {

Legend:
Removed from v.52  
changed lines
  Added in v.53

  ViewVC Help
Powered by ViewVC 1.1.26