diff options
| author | Tor Aamodt <[email protected]> | 2011-11-14 21:05:22 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:18:25 -0700 |
| commit | 217b9186f1ff42a0cd657f662b5e33160e855c40 (patch) | |
| tree | 984d85ef3129b8af791e281bb7b507411b7f4176 | |
| parent | aaec64467a77a06e1d6054f4e2951f3e186c2134 (diff) | |
missing text needed to parse change list number
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10934]
| -rw-r--r-- | src/cuda-sim/cuda-sim.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/cuda-sim.cc b/src/cuda-sim/cuda-sim.cc index cdd5d0f..a9258e2 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 %u $", &build); + sscanf(g_gpgpusim_build_string, "$Change$", &build); fprintf(stdout, "\n\n *** GPGPU-Sim version %s.%u ***\n\n\n", g_gpgpusim_version_string, build ); splash_printed=1; } |
