diff options
author | stephan <stephan@noemail.net> | 2024-09-23 17:06:06 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2024-09-23 17:06:06 +0000 |
commit | d69b4249ffea7614e94ca23b0ca15a6ebec8972d (patch) | |
tree | 1592b4ab20b8b80645fa36e33a6186d491c042f9 /ext/misc/fileio.c | |
parent | 8ade1d2f974c5755db3ed13a9f372c6853f59cd1 (diff) | |
parent | 5e419c10484b11535649e7dad02739bc2c993be0 (diff) | |
download | sqlite-d69b4249ffea7614e94ca23b0ca15a6ebec8972d.tar.gz sqlite-d69b4249ffea7614e94ca23b0ca15a6ebec8972d.zip |
Merge current trunk into this branch.
FossilOrigin-Name: ed47d7f9a44b2af8ab7dd956495e71ea9a159cec438d1909f7022254a779e068
Diffstat (limited to 'ext/misc/fileio.c')
-rw-r--r-- | ext/misc/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/misc/fileio.c b/ext/misc/fileio.c index ca8090ed2..c2ecab0b2 100644 --- a/ext/misc/fileio.c +++ b/ext/misc/fileio.c @@ -40,7 +40,7 @@ ** modification-time of the target file is set to this value before ** returning. ** -** If three or more arguments are passed to this function and an +** If five or more arguments are passed to this function and an ** error is encountered, an exception is raised. ** ** READFILE(FILE): |