Woohoo! Actual goddamned progress! Multiply might be working!

Print definitely isn't!
This commit is contained in:
Simon Brooke 2019-02-15 14:19:41 +00:00
parent 3c545a90e8
commit 71354d0f86
2 changed files with 64 additions and 49 deletions

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_fwuts( L"\nException: ", output );
url_fputws( L"\nException: ", output );
dump_stack_trace( output, pointer );
break;
case FUNCTIONTV: