aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMarvin Borner2020-08-23 12:19:20 +0200
committerMarvin Borner2020-08-23 12:19:20 +0200
commitb1faf9042c5104d7dafc7d880817def934086ddb (patch)
tree4abe87a6d83aaad17eebd291f2fe046e6a1324a6 /apps
parentb667ea0fbd26af222f828199e7b9a7e62ad98081 (diff)
How did this work before?!
I used r->eax instead of r->ebx in malloc :O
Diffstat (limited to 'apps')
-rw-r--r--apps/test.c1
1 files changed, 0 insertions, 1 deletions
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);