1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-05 04:30:38 +03:00

:-) (CVS 137)

FossilOrigin-Name: 5f6559ee7b82eb18078ddbb14d815d0ae0c7ff50
This commit is contained in:
drh
2000-08-22 13:27:22 +00:00
parent 61bc272814
commit 80afdca0d8
5 changed files with 17 additions and 12 deletions

View File

@@ -24,7 +24,7 @@
** This file contains code to implement the "sqlite" command line
** utility for accessing SQLite databases.
**
** $Id: shell.c,v 1.21 2000/08/17 09:50:00 drh Exp $
** $Id: shell.c,v 1.22 2000/08/22 13:27:22 drh Exp $
*/
#include <stdlib.h>
#include <string.h>
@@ -668,7 +668,7 @@ int main(int argc, char **argv){
}
exit(1);
}else{
printf("Database \"%s\" opened READ ONLY!\n", argv[1]);
fprintf(stderr,"Database \"%s\" opened READ ONLY!\n", argv[1]);
}
}
data.out = stdout;