Commit 78a047cf authored by Thomas's avatar Thomas
Browse files

OUT-798: Start counter at 2

parent 55c49535
......@@ -1071,7 +1071,7 @@ namespace pEp
* rename to 'file.ext', 'file (1).ext', 'file (2).ext' etc.
*/
bool error = false;
int counter = 1;
int counter = 2;
string normalizedFileName = this.FileName;
// If there is already a file with this file name, add number
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment