Blender Git Commit Log
Git Commits -> Revision 368cab3
Revision 368cab3 by Andrea Weikert (master) March 19, 2006, 13:28 (GMT) |
=== bugfix win32 - python === Fixed BLI_exist: In Windows stat doesn't recognize a dirname ending is a slash, exept when it's the root dir ("C:\"), where it is required. So trailing slashes are only removed when filename is longer than 3 chars. Also fixed Python Sys.c that now uses BLI_exist instead of calling stat directly. |
Commit Details:
Full Hash: 368cab399c0d7fac73929a79ee829812d9463a8f
SVN Revision: 7093
Parent Commit: 59ed566
Lines Changed: +21, -8