Diff for /embedtools/src/ube.c between versions 1.1.2.8 and 1.1.2.9

version 1.1.2.8, 2014/01/28 23:30:46 version 1.1.2.9, 2014/01/29 01:26:28
Line 79  main(int argc, char **argv) Line 79  main(int argc, char **argv)
   
         if (!(mode & 0x7f)) {          if (!(mode & 0x7f)) {
                 VERB(2) printf("u-boot-env: list variables\n");                  VERB(2) printf("u-boot-env: list variables\n");
                   ub_env(szSec);
         }          }
   
         if ((mode & 0x7f) & 1) {          if ((mode & 0x7f) & 1) {

Removed from v.1.1.2.8  
changed lines
  Added in v.1.1.2.9


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>