Changeset 75

Show
Ignore:
Timestamp:
09/30/06 12:10:01 (2 years ago)
Author:
kbarnes3
Message:

Fixed a bug that caused the received data to be overwritten by a boolean.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/overhaul_handler.js

    r74 r75  
    3535        for(countChunk = 0; countChunk < numChunk; countChunk++)        { 
    3636                if(chunks_held[countChunk] != null) 
    37                         receivedDataArray[countChunk] = chunks_held[countChunk]; 
     37                        //receivedDataArray[countChunk] = chunks_held[countChunk]; 
    3838                else    { 
    3939