From: Eric Biggers Date: Sun, 15 Sep 2013 19:38:18 +0000 (-0500) Subject: begin_read(): Fix comment X-Git-Tag: v1.5.1~11 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=d4f8cc3998aebb08c6cd12d248173323b43c07b8;hp=b072e7cbca1ccb874e22aa94e3efae37ce211939 begin_read(): Fix comment --- diff --git a/src/wim.c b/src/wim.c index 97bb92a2..3676123a 100644 --- a/src/wim.c +++ b/src/wim.c @@ -420,7 +420,7 @@ begin_read(WIMStruct *wim, const void *wim_filename_or_fd, * intervening time... * * Warning: in Windows native builds, realpath() calls the - * replacement function in win32.c. + * replacement function in win32_replacements.c. */ wim->filename = realpath(wimfile, NULL); if (!wim->filename) {