diff options
| author | Miguel <m.i@gmx.at> | 2018-08-19 21:14:01 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-19 21:14:01 +0200 |
| commit | 7dbbfea6ad0a458e1b1e2685a5dc947e0c43fdbf (patch) | |
| tree | 041d71e8d331ec557c0c296602f3f228d0a91c77 /lib | |
| parent | 5055dc85c8a74fcd2ec24fbc51eba2a2da68debe (diff) | |
x86.s working
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/logger/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/logger/log.c b/lib/logger/log.c index d76174b..a5925e9 100644 --- a/lib/logger/log.c +++ b/lib/logger/log.c @@ -12,7 +12,7 @@ static void log_string(char *str) { - if(get_max_fd()>=2) syscall_write(2,str,strlen(str)); +// if(get_max_fd()>=2) syscall_write(2,str,strlen(str)); while(*str!=0) { |
