Skip to content

Commit

Permalink
Merge commit '73056126f95aaca29196e5043cea25c62e063676'
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomei committed Nov 15, 2023
2 parents d321235 + 7305612 commit 4ccc7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agrolib/pragaProject/pragaShell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ int cmdExportDailyGridToRaster(PragaProject* myProject, QList<QString> argumentL
else if (argumentList.at(i).left(4) == "-d2:")
{
dateFinStr = argumentList[i].right(argumentList[i].length()-4);
dateFin = QDate::fromString(dateIniStr, "dd/MM/yyyy");
dateFin = QDate::fromString(dateFinStr, "dd/MM/yyyy");
}
else if (argumentList.at(i).left(4) == "-dp:")
{
Expand Down

0 comments on commit 4ccc7c6

Please sign in to comment.