Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Updates code comment return value

AuthorDaveJarvis <email>
Date2023-11-13 11:15:08 GMT-0800
Commit2fd20289ce0da91326306e2ca5ccc9c3fd40e60a
Parente390d4f
Delta3 lines added, 2 lines removed, 1-line increase
www/downloads/counter.php
* @param int $size The total file size (as stored on disk).
*
- * @return int The starting offset for resuming the download, or 0 to
- * download the entire file (i.e., no offset could be parsed).
+ * @return array The starting offset for resuming the download, or 0 to
+ * download the entire file (i.e., no offset could be parsed); also the
+ * number of bytes to be transferred.
*/
function parse_range( $size ) {