Differences From:
File
src/url.c
part of check-in
[9ba6e4287b]
- Add the --nosync option to temporarily disable autosync. Useful when
off network.
by
drh on
2008-05-10 17:09:46.
[view]
To:
File
src/url.c
part of check-in
[ec82a32b80]
- Add the -nosync option to the "open" command. We might consider making -nosync
the default for "open".
by
drh on
2008-05-10 18:19:03.
[view]
@@ -149,9 +149,9 @@
**
*/
void url_proxy_options(void){
zProxyOpt = find_option("proxy", 0, 1);
- g.fNoSync = find_option("nosync", 0, 0)!=0;
+ if( find_option("nosync",0,0) ) g.fNoSync = 1;
}
/*
** If the "proxy" setting is defined, then change the URL to refer