Changeset 4081

Show
Ignore:
Timestamp:
05/14/06 03:29:34 (3 years ago)
Author:
fujii
Message:

Bug fix. see ticket:300.

(map_w32_filename): Use normalize_filename instead of
unixtodos_filename.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/ChangeLog.Meadow

    r4080 r4081  
    112006-05-14  Masayuki FUJII  <boochang@m4.kcn.ne.jp> 
    22 
    3         * w32.c (normalize_filename): Correct conversion to lower 
    4         case. 
     3        * w32.c (normalize_filename): Correct conversion to lower case. 
     4        (map_w32_filename): Use normalize_filename instead of 
     5        unixtodos_filename. 
    56 
    672006-05-13  MIYOSHI Masanori  <miyoshi@meadowy.org> 
  • trunk/src/w32.c

    r4080 r4081  
    18751875    { 
    18761876      lstrcpy (shortname, name); 
    1877       unixtodos_filename (shortname); 
     1877      normalize_filename (shortname, '\\'); 
    18781878    } 
    18791879