mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 14:03:07 +01:00
Correction
This commit is contained in:
parent
59d4cd5fbd
commit
f2c8abb2e7
@ -1413,7 +1413,7 @@ processing_state SHOW_metadata(const SCHAR* const* cmd,
|
||||
break;
|
||||
|
||||
case ShowOptions::dependency:
|
||||
if (*cmd[3] == '"')
|
||||
if (*cmd[2] == '"')
|
||||
{
|
||||
remove_delimited_double_quotes(lcmd[2]);
|
||||
ret = show_dependencies(lcmd[2]);
|
||||
|
Loading…
Reference in New Issue
Block a user