This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=5a90db4ac94bc60e39ed50cca2ed36f628f534da

commit 5a90db4ac94bc60e39ed50cca2ed36f628f534da
Author: Guillem Jover <[email protected]>
AuthorDate: Mon Mar 27 02:12:49 2023 +0200

    test: Add missing argument to DPKG_FILE_SIZE m4 function
---
 src/at/local.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/at/local.at b/src/at/local.at
index da32241b5..c3c87763f 100644
--- a/src/at/local.at
+++ b/src/at/local.at
@@ -42,7 +42,7 @@ m4_define([DPKG_SEQ], [dnl
   m4_for([i], [1], [$1], [], [i ])dnl
 ])
 
-# DPKG_FILE_SIZE()
+# DPKG_FILE_SIZE($filename)
 m4_define([DPKG_FILE_SIZE], [
   $PERL -E 'say -s shift' "$1" dnl
 ])

-- 
Dpkg.Org's dpkg

Reply via email to