tasn pushed a commit to branch master.
commit 4b8326ad60d1efa1b914457afe50768c3b1b77e0
Author: Tom Hacohen <[email protected]>
Date: Fri Jun 14 13:33:23 2013 +0100
Change image files naming template: name_%d.png -> name_%03d.png.
---
src/lib/tsuite_evas_hook.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/tsuite_evas_hook.c b/src/lib/tsuite_evas_hook.c
index 03ebac6..e6bf60d 100644
--- a/src/lib/tsuite_evas_hook.c
+++ b/src/lib/tsuite_evas_hook.c
@@ -191,7 +191,7 @@ tsuite_shot_do(char *name, Evas *e)
if (_hook_setting->dest_dir)
sprintf(filename, "%s/", _hook_setting->dest_dir);
- sprintf(filename + dir_name_len, "%s_%d%s", _hook_setting->test_name,
+ sprintf(filename + dir_name_len, "%s_%03d%s", _hook_setting->test_name,
ts.serial, IMAGE_FILENAME_EXT);
}
--
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev