From b1faf9042c5104d7dafc7d880817def934086ddb Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 23 Aug 2020 12:19:20 +0200 Subject: How did this work before?! I used r->eax instead of r->ebx in malloc :O --- apps/test.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps') diff --git a/apps/test.c b/apps/test.c index b511ab3..dd85ffd 100644 --- a/apps/test.c +++ b/apps/test.c @@ -5,7 +5,6 @@ int main() { print("[test loaded]\n"); - printf("TIME: %d\n", time()); /* struct window *win = gui_new_window(); */ msg_send(1, MSG_NEW_WINDOW, NULL); -- cgit v1.2.3