Kaydet (Commit) cd1471fb authored tarafından Juergen Schmidt's avatar Juergen Schmidt

jsc340: i115337: correct since tags

üst 36b15a48
...@@ -626,8 +626,8 @@ SapiDocu_PE::CheckVersionSyntax_Number(const String & i_versionPart2) ...@@ -626,8 +626,8 @@ SapiDocu_PE::CheckVersionSyntax_Number(const String & i_versionPart2)
const char const char
pt = '.'; pt = '.';
int countDigit = 0; unsigned int countDigit = 0;
int countPoint = 0; unsigned int countPoint = 0;
const char * const char *
pFirstPoint = 0; pFirstPoint = 0;
const char * const char *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment