Skip to content

Commit

Permalink
Merge branch 'hotfix/2.0.13_3'
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrauzzi committed Mar 23, 2023
2 parents 372f330 + 1a1a02e commit 7c2c3f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,7 @@ char* produceErrorMessage(maps* pmConf){
// sprintf(pacTmp,_("Unable to run the Service. The message returned back by the Service was the following: %s"),pmLenv->value);

pacTmp=(char*)malloc((strlen(pmLenv->value)+strlen(_(""))+1)*sizeof(char));
sprintf(pacTmp,_(""),pmLenv->value);
sprintf(pacTmp,_("%s"),pmLenv->value);
}
else{
pacTmp=(char*)malloc((strlen(_("Unable to run the Service. No more information was returned back by the Service."))+1)*sizeof(char));
Expand Down

0 comments on commit 7c2c3f8

Please sign in to comment.