Skip to content

Commit 1401399

Browse files
author
iotang
committed
修复了 1 个 BUG,增加了 inf 个 BUG
1 parent 16b5ac4 commit 1401399

File tree

3 files changed

+317
-304
lines changed

3 files changed

+317
-304
lines changed

assignmentthread.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ void AssignmentThread::assign()
498498
if (! task->getSubFolderCheck())
499499
thread->setAnswerFile(Settings::sourcePath() + contestantName + QDir::separator() + fileName);
500500
else
501-
thread->setAnswerFile(Settings::sourcePath() + contestantName + QDir::separator() + task->getInputFileName() + QDir::separator() + fileName);
501+
thread->setAnswerFile(Settings::sourcePath() + contestantName + QDir::separator() + task->getSourceFileName() + QDir::separator() + fileName);
502502
}
503503

504504
thread->setTask(task);

lemon_zh_CN.qm

130 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)