Mercurial > hg > xemacs-beta
diff src/realpath.c @ 4985:358aa3bb603f
Automatic merge
| author | Ben Wing <ben@xemacs.org> |
|---|---|
| date | Fri, 05 Feb 2010 12:12:28 -0600 |
| parents | 3c3c1d139863 |
| children | 308d34e9f07d |
line wrap: on
line diff
--- a/src/realpath.c Fri Feb 05 12:11:12 2010 -0600 +++ b/src/realpath.c Fri Feb 05 12:12:28 2010 -0600 @@ -218,7 +218,7 @@ Extbyte *nameext; HANDLE dir_handle; - C_STRING_TO_TSTR (name, nameext); + nameext = ITEXT_TO_TSTR (name); dir_handle = qxeFindFirstFile (nameext, &find_data); if (dir_handle == INVALID_HANDLE_VALUE) {
