Fix for batch queue template file name, on behalf of guokai; see issue #542
This commit is contained in:
@@ -436,8 +436,7 @@ Glib::ustring BatchQueue::calcAutoFileNameBase (const Glib::ustring& origFileNam
|
|||||||
ix++;
|
ix++;
|
||||||
int i = options.savePathTemplate[ix]-'0';
|
int i = options.savePathTemplate[ix]-'0';
|
||||||
if (i<da.size())
|
if (i<da.size())
|
||||||
path = path + da[da.size()-i-1] + '/';
|
path = path + da[da.size()-i-1];
|
||||||
ix++;
|
|
||||||
}
|
}
|
||||||
else if (options.savePathTemplate[ix]=='f') {
|
else if (options.savePathTemplate[ix]=='f') {
|
||||||
path = path + filename;
|
path = path + filename;
|
||||||
|
Reference in New Issue
Block a user