8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 19:23:03 +01:00
This commit is contained in:
asfernandes 2007-04-06 16:19:33 +00:00
parent a09ed6cc4f
commit 6360286eb8

View File

@ -1705,7 +1705,7 @@ SLONG API_ROUTINE gds__get_prefix(SSHORT arg_type, const TEXT* passed_string)
prefix.erase(MAXPATHLEN);
for (size_t n = 0; n < prefix.length(); ++n)
{
switch(prefix[n])
switch (prefix[n])
{
case ' ':
case '\n': // don't know exact reason - just keep