commit | 4fc50df97df55b1090d8ef5717805003527742cd | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Sun Oct 10 13:36:39 2010 -0700 |
committer | Shawn O. Pearce <spearce@spearce.org> | Sun Oct 10 14:39:29 2010 -0700 |
tree | 4bd29a1e3a8a62de1f51ee851440aae96a7e785d | |
parent | 7a0c126d5fc4789eebebf41331ae70d7492b635c [diff] |
Fix empty block corner case in PatienceDiff There is a corner case where we get an EMPTY region during recursion, but we didn't expect to receive that. Its harmless to ignore the region since the region is empty and has no content, so do so rather than throwing an exception Change-Id: I50dcec81ecba763072bb739adfab5879fb48b23a Signed-off-by: Shawn O. Pearce <spearce@spearce.org>