From 7b8863dc9c50c2c0d45070a1519bacc287d27113 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Sun, 8 Aug 2010 00:54:04 +0000 Subject: [PATCH] r6066, part two: learning to count git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6068 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Common/make_svnrev.h.vbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Common/make_svnrev.h.vbs b/Source/Core/Common/make_svnrev.h.vbs index a85108af6a..b547d53615 100644 --- a/Source/Core/Common/make_svnrev.h.vbs +++ b/Source/Core/Common/make_svnrev.h.vbs @@ -24,7 +24,7 @@ if testexec.exitcode = 0 then testout = testexec.stdout.readall set re = new regexp re.pattern = "Last committed at revision [0-9]+" - cur_rev = split(re.execute(testout)(0))(3) + cur_rev = split(re.execute(testout)(0))(4) cur_cms = svn else set hgexec = wshShell.exec(hgcmd)