Remove a debug statement from trx.c, add config changes for at91
[openwrt-10.03/.git] / tools / firmware-utils / src / trx.c
index 1131238a4e7fbca48ad79af44aebf9e300871761..1ad3de54f63bcc756d33592f164c85c05a2f5089 100644 (file)
@@ -88,7 +88,7 @@ int main(int argc, char **argv)
        char *ofn = NULL;
        char *buf;
        char *e;
-       int c, i, append;
+       int c, i, append = 0;
        size_t n;
        uint32_t cur_len;
        unsigned long maxlen = TRX_MAX_LEN;
@@ -230,7 +230,7 @@ int main(int argc, char **argv)
        }
 
        fclose(out);
-
+       
        return EXIT_SUCCESS;
 }