freemyipod r902 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r901‎ | r902 | r903 >
Date:22:54, 29 January 2014
Author:user890104
Status:new
Tags:
Comment:
emCOREFS: do not continue if there's an error
Modified paths:
  • /emcore/trunk/tools/emcorefs/emcore-test.c (modified) (history)

Diff [purge]

Index: emcore/trunk/tools/emcorefs/emcore-test.c
@@ -65,6 +65,10 @@
6666 }
6767
6868 do {
 69+ if (res != EMCORE_SUCCESS) {
 70+ break;
 71+ }
 72+
6973 res = emcore_get_version(&dev_info);
7074
7175 if (res != EMCORE_SUCCESS) {