[ros-bugs] [Bug 6771] ReactOS setup fails if there is space in destination dir

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Tue Jan 31 18:11:16 UTC 2012


http://www.reactos.org/bugzilla/show_bug.cgi?id=6771





--- Comment #9 from Bblaauw <bblaauw at gmail.com>  2012-01-31 18:11:16 CET ---
(In reply to comment #8)
> Created an attachment (id=7318)
 --> (http://www.reactos.org/bugzilla/attachment.cgi?id=7318) [details]
> give error when directory contains spaces
> 
> Made a hackfix that checks if the directory name is valid. ATM there is only
> checked if there are whitespaces in the directory name.
> the function should be extended to fix bug 6809 too...

This could help as an intermediate solution indeed. Not a final solution
though, as spaces are perfectly allowed on VFAT partitions

Directory check should be the following:
1) What did the user enter?
2) Are there any non-allowed chars present?
3) Which part exists already?
4) Which parts still need to be created?
5) Were these parts created succesfully?


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Ros-bugs mailing list