summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2009-01-11 21:32:42 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2009-01-11 21:32:42 +0000
commit3d8f56946691f82207ae5d357989c9c0ac41dfb8 (patch)
treef1997aa73a59d8b82e0b51c16ade15a313847c86
parentcca31dde4ff9e50162c1f0d309837f5b27c0ef04 (diff)
downloadswig-3d8f56946691f82207ae5d357989c9c0ac41dfb8.tar.gz
another portability fix
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11055 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--Examples/test-suite/python/swigobject_runme.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Examples/test-suite/python/swigobject_runme.py b/Examples/test-suite/python/swigobject_runme.py
index 8d77faa80..ee9716136 100644
--- a/Examples/test-suite/python/swigobject_runme.py
+++ b/Examples/test-suite/python/swigobject_runme.py
@@ -19,6 +19,7 @@ lthis = long(a.this)
xstr1 = "%016X" % (lthis,)
xstr1 = lstrip(xstr1, '0')
xstr2 = pointer_str(a)
+xstr2 = lstrip(xstr2, '0')
xstr2 = replace(xstr2, "0x", "")
xstr2 = replace(xstr2, "0X", "")
xstr2 = upper(xstr2)