Fixed a crash in which we examined the extension of
authorSean Callanan <scallanan@apple.com>
Mon, 3 Dec 2012 21:28:37 +0000 (21:28 +0000)
committerSean Callanan <scallanan@apple.com>
Mon, 3 Dec 2012 21:28:37 +0000 (21:28 +0000)
commit811209be115d9d039d47aec0135f0629831cd53e
tree88a768359523790d4fd0a33e0b83f66c9346ee8a
parente2b6d084598406dfaafeed9b3552892cb42215ef
Fixed a crash in which we examined the extension of
a file name, whether the file name had an extension
or not.

<rdar://problem/12793152>

llvm-svn: 169156
lldb/source/Interpreter/ScriptInterpreterPython.cpp