[libdvdnav-devel] [Git][videolan/libdvdread][master] Fix typo of HAVE_STRERROR_S

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sun Jul 19 00:09:44 UTC 2026



Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdread


Commits:
8e43bfea by Scott Theisen at 2026-07-19T02:09:12+02:00
Fix typo of HAVE_STRERROR_S

- - - - -


1 changed file:

- src/dvd_input.c


Changes:

=====================================
src/dvd_input.c
=====================================
@@ -291,7 +291,7 @@ static dvd_input_t file_open(void *priv, dvd_logger_cb *logcb,
         *buf=0;
   #endif
 #else
- #if defined(HAVE_STRERR_S)
+ #if defined(HAVE_STRERROR_S)
    if(strerror_s(buf, 256, errno) != 0)
      *buf=0;
   #else



View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/commit/8e43bfea6cc731f48902ce55e41c540b497b6a84

-- 
View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/commit/8e43bfea6cc731f48902ce55e41c540b497b6a84
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the libdvdnav-devel mailing list