From ae33244a7eaf0b18964ac3ab902f9accdffe7854 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@b08762b0-b915-fc4b-9d8c-17b2551a87ff> Date: Thu, 16 Oct 2008 03:36:36 +0000 Subject: [PATCH] =?UTF-8?q?(sato)=20GameCode=20->=20InitialCode=20?= =?UTF-8?q?=E3=81=AB=E4=BF=AE=E6=AD=A3=E3=80=82?= 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@2618 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/tests/WirelessChecker/rsf/make_rsf.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/tests/WirelessChecker/rsf/make_rsf.pl b/build/tests/WirelessChecker/rsf/make_rsf.pl index b81afbd4..49691859 100755 --- a/build/tests/WirelessChecker/rsf/make_rsf.pl +++ b/build/tests/WirelessChecker/rsf/make_rsf.pl @@ -78,9 +78,9 @@ foreach my $line ( @lines ) next; } - if( $line =~ m/GameCode\t+/ ) + if( $line =~ m/InitialCode\t+/ ) { - $line =~ s/\t\#?GameCode.*[a-zA-Z0-9]{4}/\tGameCode\t\t\t\t000A/; + $line =~ s/\t\#?InitialCode.*[a-zA-Z0-9]{4}/\tInitialCode\t\t\t\t000A/; } if( $line =~ m/TitleName\t+/ )