]> git.sur5r.net Git - u-boot/blobdiff - common/env_fat.c
Prepare v2013.01.01
[u-boot] / common / env_fat.c
index 6ef531821e015788a605836fe608077c70d17d9c..c0f18ab97dfde66b32a8a8cb7fe7437fcdfa3410 100644 (file)
@@ -61,7 +61,7 @@ int saveenv(void)
        int err;
 
        res = (char *)&env_new.data;
-       len = hexport_r(&env_htab, '\0', &res, ENV_SIZE, 0, NULL);
+       len = hexport_r(&env_htab, '\0', 0, &res, ENV_SIZE, 0, NULL);
        if (len < 0) {
                error("Cannot export environment: errno = %d\n", errno);
                return 1;