]> xenbits.xensource.com Git - libvirt.git/commit
scripts: fix list indexing when printing mis-ordered symbols
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 3 Dec 2019 17:14:22 +0000 (17:14 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 4 Dec 2019 12:08:21 +0000 (12:08 +0000)
commit4560013b6e0482f8dc219aca4d8cba647c51998e
treee5a02e384b80da87eae808d5d0f064cb27525a61
parentd57d8d6e922040a2cc4ee7c73eac5efca042ba88
scripts: fix list indexing when printing mis-ordered symbols

The python array slice syntax expects the first and last indexes,
not the first length and element count.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
scripts/check-symsorting.py