RaptDept / chm2pdf

Automatically exported from code.google.com/p/chm2pdf
GNU General Public License v2.0
0 stars 0 forks source link

Weak file path handling #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Look at source
2. Find lines like "CHM2PDF_WORK_DIR = CHM2PDF_TEMP_WORK_DIR + os.sep + 
basename"
3. Replace with "CHM2PDF_WORK_DIR = os.path.join(CHM2PDF_TEMP_WORK_DIR, 
basename)"

Original issue reported on code.google.com by denis.ba...@gmail.com on 19 Jul 2009 at 6:29