mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 19:23:03 +01:00
Misc
This commit is contained in:
parent
a09ed6cc4f
commit
6360286eb8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user