Fix an unspecified crash when the file reference is not available.
authorJohn Cook <john@jazzmedia.com.au>
Sat, 23 Jan 2016 07:31:17 +0000 (18:31 +1100)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 31 Jan 2016 22:30:24 +0000 (17:30 -0500)
commit529017442643c4a308b16ddaebbfa5fb0f5e1e40
tree01ad4d07c8e8d740afc2669928e6e2a18727b670
parentbd73e0d1bb5f99e6e093784c2b0c1eb62d6d13dd
Fix an unspecified crash when the file reference is not available.

-[BSSourceView errorHighlightingFile:] can be called when |file_| is nil.
Source/BSSourceView.mm