[pkg-opensc-commit] [pkcs11-helper] 08/44: Fix size_t printf format

Eric Dorland eric at moszumanska.debian.org
Fri Jan 6 23:40:12 UTC 2017


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

eric pushed a commit to tag pkcs11-helper-1.06
in repository pkcs11-helper.

commit 919d9ab1160b936c883fac4d0d0c08e612eda121
Author: alonbl <alonbl at 485eb718-1723-0410-b8a9-88cf21a28c35>
Date:   Mon Dec 31 14:44:20 2007 +0000

    Fix size_t printf format
---
 acinclude.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/acinclude.m4 b/acinclude.m4
index 102fe7a..876fff5 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -53,7 +53,7 @@ AC_DEFUN([AX_SIZE_T_PRINTF], [dnl
 	AC_CHECK_SIZEOF([size_t])dnl
 	AC_MSG_CHECKING([size_t printf format])
 	if test ${ac_cv_sizeof_size_t} = 4; then
-		ax_cv_printf_z_format="%08x"
+		ax_cv_printf_z_format="%08lx"
 	else
 		ax_cv_printf_z_format="%016lx"
 	fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git



More information about the pkg-opensc-commit mailing list