Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix Host::execute to use *this as a host location, not the this_actor->get_host()
[simgrid.git] / tools / cmake / scripts / fixup_simgrid_dtd_l.pl
index bbf0c17ed58b12f8becee8a135dbb0ae54b98dac..7a2d2515268e2a81a2e7434848930d8cf9642b88 100755 (executable)
@@ -15,7 +15,7 @@ while (<>) {
 
     # Completely rewrite the error handling mechanism to use exceptions instead of printing to stderr
     if (/fprintf.stderr, .*? flexml_err_msg.;/) {
-       print('    surf_parse_error(flexml_err_msg);'."\n");
+       print('    simgrid_parse_error(flexml_err_msg);'."\n");
        next;
     }