diff options
Diffstat (limited to 'clang/lib/Driver/Driver.cpp')
-rw-r--r-- | clang/lib/Driver/Driver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Driver/Driver.cpp b/clang/lib/Driver/Driver.cpp index fd2ff481382..d539070d5df 100644 --- a/clang/lib/Driver/Driver.cpp +++ b/clang/lib/Driver/Driver.cpp @@ -219,7 +219,7 @@ void Driver::PrintVersion() const { zap = strstr(buf, "/clang/tools/clang"); if (zap) *zap = 0; - const char *vers = buf+10; + const char *vers = buf+6; // FIXME: The following handlers should use a callback mechanism, we // don't know what the client would like to do. |