mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
509ec7bdab8a12cdb232b82e0f45c9b0dbdc8b38
- Optimize splitting paths (merge chop_dirname and chop_filename functions). - Make the code working as expected for the following testcases (you can test these by adding the following lines into e.g. bootcd.lst): testdir1 --> create "testdir1" in the root directory. testdir2/ --> create "testdir2" in the root directory. No no-named subdirectory is created. testdir3// --> create "testdir3" in the root directory. No no-named subdirectory is created. dir1//\/dir14///\//\// --> create "dir1" in the root directory, and "dir14" inside dir1. No no-named subdirectory is created. EFI/ReactOS/Boot/Fonts//chs_boot.ttf=C:/somepath/chs_boot.ttf --> create the directories "EFI/ReactOS/Boot/Fonts", no no-named subdirectory is created, and create in the Fonts directory the file "chs_boot.ttf". Before those changes, empty no-named (therefore, invalid) subdirectories were created in the second, third and fourth testcases, and an obscure error was returned in the fifth testcase. svn path=/trunk/; revision=70552
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%