From bdaf6ae42672f4de739002f51b1add178e53aed6 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 7 Jun 2021 10:13:51 -0700 Subject: rename REMOTE-FILE-{MODE-AND-SIZE -> STATS} & also return mtime Signed-off-by: Sean Whitton --- src/property.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/property.lisp') diff --git a/src/property.lisp b/src/property.lisp index 3561267..2ef9f5d 100644 --- a/src/property.lisp +++ b/src/property.lisp @@ -541,7 +541,7 @@ apply or unapply properties.") PATH already has the specified CONTENT and MODE." (if (and (remote-exists-p path) (multiple-value-bind (existing-mode existing-size) - (remote-file-mode-and-size path) + (remote-file-stats path) (and (or (not mode-supplied-p) (= mode existing-mode)) (and (>= (* 4 (length content)) existing-size) (string= (readfile path) content))))) -- cgit v1.2.3