Mercurial > hg > xemacs-beta
diff src/fileio.c @ 4864:a03421eb562b
Fix VS6 build breakage in fileio.c
author | Vin Shelton <acs@xemacs.org> |
---|---|
date | Thu, 14 Jan 2010 20:55:10 -0500 |
parents | b3ea9c582280 |
children | 7822019c5d98 |
line wrap: on
line diff
--- a/src/fileio.c Thu Jan 14 20:34:28 2010 -0500 +++ b/src/fileio.c Thu Jan 14 20:55:10 2010 -0500 @@ -2344,7 +2344,7 @@ DWORD dwAccessAllowed; Extbyte *fnameext; - LOCAL_FILE_FORMAT_TO_TSTR (filename, fnameext); + LOCAL_FILE_FORMAT_TO_TSTR ((Ibyte *)filename, fnameext); // First check for a normal file with the old-style readonly bit attributes = qxeGetFileAttributes(fnameext);