Skip to content

Commit

Permalink
Typo in fopen call, spotted by hb; thanks. This references issue #1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tesneddon committed Mar 16, 2013
1 parent 3e43be2 commit 15f41de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.c
Original file line number Diff line number Diff line change
Expand Up @@ -2916,7 +2916,7 @@ static int process_sqliterc(
sqlite3_initialize();
sqliterc = "SQLITERC";
}
in = fopen(sqliterc,"rb" dna="SYS$LOGIN:.DAT");
in = fopen(sqliterc,"rb" "dna=SYS$LOGIN:.DAT");
#endif /* !VMS */
if( in ){
if( stdin_is_interactive ){
Expand Down

0 comments on commit 15f41de

Please sign in to comment.