From f88a1870de30eead7f68cf1fdc79b8c448aa0faf Mon Sep 17 00:00:00 2001 From: yoshida_teruhisa Date: Mon, 18 Feb 2008 04:26:10 +0000 Subject: [PATCH] =?UTF-8?q?NotLaunch=E3=83=95=E3=83=A9=E3=82=B0=E3=81=8C?= =?UTF-8?q?=E9=80=86=E8=BB=A2=E3=81=97=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE?= =?UTF-8?q?=E3=81=A7=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@686 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/tools/attach_dummyromheader/attach_dummyromheader.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/tools/attach_dummyromheader/attach_dummyromheader.c b/build/tools/attach_dummyromheader/attach_dummyromheader.c index 6d894bc9..19632b80 100644 --- a/build/tools/attach_dummyromheader/attach_dummyromheader.c +++ b/build/tools/attach_dummyromheader/attach_dummyromheader.c @@ -35,7 +35,7 @@ int main(int argc, char *argv[]) int n; int read_size; BOOL isSystem = FALSE; - BOOL isLaunch = TRUE; + BOOL isLaunch = FALSE; unsigned char file_read_buffer[FILE_READ_BUFFER_LENGTH]; while ((n = getopt(argc, argv, "hiocsl")) != -1) { @@ -74,7 +74,7 @@ int main(int argc, char *argv[]) printf("system file\n"); break; case 'l': - isLaunch = FALSE; + isLaunch = TRUE; printf("Not Launch file\n"); break; default: