Skip to content

Commit d366c39

Browse files
author
Aidan
committed
slight bugfix
1 parent 559dac0 commit d366c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

huggle/reportuser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ void ReportUser::on_pushButton_clicked()
227227
EvidenceID++;
228228
reports += "[" + QString(Core::GetProjectScriptURL() + "index.php?title=" +
229229
QUrl::toPercentEncoding(ui->tableWidget->item(xx, 0)->text()) + "&diff="
230-
+ ui->tableWidget->item(xx, 3)->text()).toUtf8() + "#" + QString::number(EvidenceID) + "] ";
230+
+ ui->tableWidget->item(xx, 3)->text()).toUtf8() + "" + "#" + QString::number(EvidenceID) + "] ";
231231
}
232232
}
233233
xx++;

0 commit comments

Comments
 (0)