8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 14:03:07 +01:00

Correction

This commit is contained in:
asfernandes 2006-07-18 16:01:59 +00:00
parent 59d4cd5fbd
commit f2c8abb2e7

View File

@ -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]);