diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/shell.c.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shell.c.in b/src/shell.c.in index 2ad7f990d..78a80da3e 100644 --- a/src/shell.c.in +++ b/src/shell.c.in @@ -8136,7 +8136,6 @@ static int do_meta_command(char *zLine, ShellState *p){ } while( (nSkip--)>0 ){ while( xRead(&sCtx) && sCtx.cTerm==sCtx.cColSep ){} - sCtx.nLine++; } zSql = sqlite3_mprintf("SELECT * FROM %s", zTable); if( zSql==0 ){ |