summaryrefslogtreecommitdiffstats
path: root/stdlib/getput.tl
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/getput.tl')
-rw-r--r--stdlib/getput.tl1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/getput.tl b/stdlib/getput.tl
index b99f7674..7c5b4542 100644
--- a/stdlib/getput.tl
+++ b/stdlib/getput.tl
@@ -24,6 +24,7 @@
;; CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
;; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
;; POSSIBILITY OF SUCH DAMAGE.
+
(defun sys:get-buf-common (s bytes seek)
(let ((b (make-buf 0 0 (min bytes 4096)))
(o 0))