Skip to content

Commit

Permalink
updated patch
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan committed Jan 6, 2024
1 parent 70c1829 commit e287f7b
Showing 1 changed file with 7 additions and 23 deletions.
30 changes: 7 additions & 23 deletions shell.c.patch
Original file line number Diff line number Diff line change
@@ -1,25 +1,9 @@
# diff shell.c shell_modified.c > shell.c.patch
28631,28641c28631,28641
< printf(
< "SQLite version %s %.19s%s\n" /*extra-version-info*/
< "Enter \".help\" for usage hints.\n",
< sqlite3_libversion(), sqlite3_sourceid(), zCharset
< );
< if( warnInmemoryDb ){
< printf("Connected to a ");
< printBold("transient in-memory database");
< printf(".\nUse \".open FILENAME\" to reopen on a "
< "persistent database.\n");
< }
29321,29323c29321,29323
< oputf("SQLite version %s %.19s%s\n" /*extra-version-info*/
< "Enter \".help\" for usage hints.\n",
< sqlite3_libversion(), sqlite3_sourceid(), SHELL_CIO_CHAR_SET);
---
> // printf(
> // "SQLite version %s %.19s%s\n" /*extra-version-info*/
> // "Enter \".help\" for usage hints.\n",
> // sqlite3_libversion(), sqlite3_sourceid(), zCharset
> // );
> // if( warnInmemoryDb ){
> // printf("Connected to a ");
> // printBold("transient in-memory database");
> // printf(".\nUse \".open FILENAME\" to reopen on a "
> // "persistent database.\n");
> // }
> //oputf("SQLite version %s %.19s%s\n" /*extra-version-info*/
> // "Enter \".help\" for usage hints.\n",
> // sqlite3_libversion(), sqlite3_sourceid(), SHELL_CIO_CHAR_SET);

0 comments on commit e287f7b

Please sign in to comment.