Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Simon Brooke 2019-02-07 15:47:13 +00:00
commit 0732d25156

View file

@ -163,7 +163,7 @@ struct cons_pointer print( URL_FILE * output, struct cons_pointer pointer ) {
print_list( output, pointer );
break;
case EXCEPTIONTV:
url_fputws( L"\nException: ", output );
url_fwuts( L"\nException: ", output );
dump_stack_trace( output, pointer );
break;
case FUNCTIONTV: