From 122d15752693d2565f3753fc09df85bf69d6d54e Mon Sep 17 00:00:00 2001 From: thor Date: Sat, 23 Mar 2024 13:41:39 +0000 Subject: [PATCH] typo git-svn-id: svn://scm.orgis.org/mpg123/trunk@5412 35dc7657-300d-0410-a2e5-dc2837fedb53 --- src/libmpg123/lfs_wrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libmpg123/lfs_wrap.c b/src/libmpg123/lfs_wrap.c index 99714222..a03dc5d0 100644 --- a/src/libmpg123/lfs_wrap.c +++ b/src/libmpg123/lfs_wrap.c @@ -25,7 +25,7 @@ // Only activate the explicit largefile stuff here. The rest of the code shall // work with abstract 64 bit offsets, or just plain default off_t (possibly -// using _FILE_OFFSET_BYTES magic). +// using _FILE_OFFSET_BITS magic). // Note that this macro does not influence normal off_t-using code. #ifdef LFS_LARGEFILE_64 #define _LARGEFILE64_SOURCE