Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 1910

Show
Ignore:
Timestamp:
08/04/07 23:59:45 (1 year ago)
Author:
nahi
Message:
  • do not crash when parsing an incomplete multi-dimentional arraay. closes #397.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/soap/baseData.rb

    r1908 r1910  
    10221022    idx = 0 
    10231023    while idx < ranksize(rank) 
    1024       if rank < @rank 
     1024      if rank < @rank and data[idx] 
    10251025        traverse_data(data[idx], rank + 1) do |*v| 
    10261026          v[1, 0] = idx