From 3d427bfd7740731bfc203b047d557af564975cf6 Mon Sep 17 00:00:00 2001 From: pancake Date: Mon, 8 Dec 2008 00:21:05 +0100 Subject: * Added -n flag to do not write to disk or flash (simulation) * Added -S flag to specify subversion id manually while flashing or dumping * Fixed support for the last fiasco image - Skip paddings - More verbose output while parsing FIASCO headers * Initial implementation of the full direct FIASCO flasher - No need to dump manually before flashing * Some warnings and code cleanup * Fix building issue * Add HAVE_GUI directive in config.mk * Up to version 0.4 --- src/flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash.c') diff --git a/src/flash.c b/src/flash.c index e135e53..0915f4c 100644 --- a/src/flash.c +++ b/src/flash.c @@ -74,7 +74,7 @@ void check_nolo_order() check_nolo_order_failed(); } -void flash_image(char *filename, char *piece, char *version) +void flash_image(const char *filename, const char *piece, const char *version) { FILE *fd; int vlen = 0; -- cgit v1.2.3