Skip to content

Commit 0d145c2

Browse files
committed
Fixed a bug in CreateFile that was preventing the -r (replace file) option from operating correctly.
1 parent 07525ca commit 0d145c2

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

CreateFile/CreateFile.dbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ namespace CreateFile
171171
;Check for "replace existing files" option
172172

173173
if (ok)
174-
replace = CommandLineParser.Parse("r ")
174+
replace = CommandLineParser.Parse("r")
175175

176176
;---------------------------------------------------------------------------
177177
;Open the repository

Documentation/CodeConverter.chm

-2 Bytes
Binary file not shown.

Documentation/CodeGen.chm

16 Bytes
Binary file not shown.

Documentation/CodeGen.hsm

1.13 KB
Binary file not shown.

0 commit comments

Comments
 (0)