Fixed issue with filename parser for 9 patch images 35/19435/1
authorDavid Steele <david.steele@partner.samsung.com>
Tue, 8 Apr 2014 10:54:22 +0000 (11:54 +0100)
committerVictor Cebollada <v.cebollada@samsung.com>
Fri, 11 Apr 2014 14:20:36 +0000 (15:20 +0100)
commitc300dae064d15da729876d1a639b812d4b3d616c
tree4e26b7f4deb4fab7163fb8f89b1e70c11cd70ca0
parent3cc0f2d0472ec32adb2cf40a4c00dafbda04641c
Fixed issue with filename parser for 9 patch images

[Issue#]       N/A
[Problem]      .filename9.jpg or .filename#.jpg matched incorrectly.
[Cause]        matcher not stopping if not detected . before 9 or hash.
[Solution]     Ensured matcher stops after character before 9.suffix or #.suffix.
Note, the filename ".9.jpg" still matches - is this desired?

[Verification] Build Repo

Change-Id: I32cc2e8db4d35e5237c614a0617ddf8dff198518
Signed-off-by: David Steele <david.steele@partner.samsung.com>
dali/internal/event/images/image-impl.cpp