From f9bf8c7c452a266e745ea3676fa696843b8958e3 Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Mon, 14 Nov 2011 21:14:17 -0800 Subject: defeat perforce autoupdate of string parsing [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10936] --- src/cuda-sim/cuda-sim.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cuda-sim') diff --git a/src/cuda-sim/cuda-sim.cc b/src/cuda-sim/cuda-sim.cc index a9258e2..618165f 100644 --- a/src/cuda-sim/cuda-sim.cc +++ b/src/cuda-sim/cuda-sim.cc @@ -1222,7 +1222,7 @@ void print_splash() static int splash_printed=0; if ( !splash_printed ) { unsigned build=0; - sscanf(g_gpgpusim_build_string, "$Change$", &build); + sscanf(g_gpgpusim_build_string, "$Change"": %u $", &build); fprintf(stdout, "\n\n *** GPGPU-Sim version %s.%u ***\n\n\n", g_gpgpusim_version_string, build ); splash_printed=1; } -- cgit v1.3