ufairiya / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

Editing config file failed on windows #175

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using mongoose-2.10 on Windows XP.

Steps to reproduce:
1. Launch mongoose-2.10.exe from Windows Explorer (with no command line 
parameters)
2. Perform right mouse click on system tray icon and choose "Edit config file"
3. Notepad complains that it cannot find the file. Simple fake application 
(that just prints its 1st cmdline param) shows that this parameter is "ь". No 
file is created in the directory of mongoose executable.
4. Repeat step 2 once more. Notepad opens up with file named "И". This file is 
actualy created in the directory of mongoose executable. File content is ok, 
but its name should be mongoose.conf.

Original issue reported on code.google.com by vvzh.dev@gmail.com on 17 Sep 2010 at 6:26

GoogleCodeExporter commented 9 years ago
Here is the patch

Original comment by vvzh.dev@gmail.com on 17 Sep 2010 at 8:13

Attachments:

GoogleCodeExporter commented 9 years ago
Submitted 
http://code.google.com/p/mongoose/source/detail?r=9dad59a59f457162678e187ccc16af
e5d2fb8fe7
Thank you.

Original comment by valenok on 19 Sep 2010 at 12:41