Skip to content

Commit 035ed0c

Browse files
committed
add setting of serial numbering filenames 8
1 parent 8eba7fe commit 035ed0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GUI.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2934,7 +2934,7 @@ BOOL __fastcall XgNumberingSave(HWND hwnd, BOOL bPattern)
29342934
for (INT iRetry = 1; iRetry < MAX_PATH; ++iRetry)
29352935
{
29362936
XGStringW strName = szFileName;
2937-
strName += XGStringW(iRetry, L'~'); // チルダを(iRetry + 1)個追加
2937+
strName += XGStringW(iRetry, L'~'); // チルダをiRetry個追加
29382938
strName += strDotExt.c_str(); // 拡張子を追加。
29392939
if (!PathFileExistsW(strName.c_str()))
29402940
{

0 commit comments

Comments
 (0)