VirtualBox

Changeset 12753 in vbox


Ignore:
Timestamp:
Sep 25, 2008 3:51:53 PM (16 years ago)
Author:
vboxsync
Message:

accidental rewrite of other commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/python/sample/shellcommon.py

    r12752 r12753  
    108108        valsStr = '[ '
    109109        for j in range(0, lens[i]):
    110             valsStr += str(vals[idxs[i]])+' '
     110            valsStr += str(vals[int(idxs[i])+j])+' '
    111111        valsStr += ']'
    112112        print names[i],valsStr
     
    297297       valsStr = '[ '
    298298       for j in range(0, lens[i]):
    299            valsStr += str(vals[idxs[i]])+' '
     299           valsStr += str(vals[int(idxs[i])+j])+' '
    300300       valsStr += ']'
    301301       print names[i],valsStr
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette