Correctly parse the output of gcc --version for TDM builds of gcc. We can now upgrade to gcc 4.3.2

Patch by niski from Bugzilla
See issue #3922 for more details.

svn path=/trunk/; revision=37778
This commit is contained in:
KJK::Hyperion 2008-11-30 19:56:43 +00:00
parent 8eb9176f8b
commit f3818b0b92

View file

@ -822,7 +822,7 @@ MingwBackend::GetVersionString ( const string& versionCommand )
buffer[i] = '\0';
pclose ( fp );
char separators[] = " ";
char separators[] = " ()";
char *token;
char *prevtoken = NULL;